Searched refs:blkroundup (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h394 #define blkroundup(fs, size) /* calculates roundup(size, fs->e2fs_bsize) */ \ macro
/openbsd-current/sys/ufs/ffs/
H A Dfs.h526 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
/openbsd-current/sbin/quotacheck/
H A Dquotacheck.c685 inobufsize = blkroundup(&sblock, INOBUFSIZE);
/openbsd-current/usr.sbin/quot/
H A Dquot.c142 nblk = blkroundup(super, sz);
/openbsd-current/sbin/fsck_ffs/
H A Dinode.c354 inobufsize = blkroundup(&sblock, INOBUFSIZE);
/openbsd-current/sbin/fsck_ext2fs/
H A Dinode.c395 inobufsize = blkroundup(&sblock, INOBUFSIZE);

Completed in 105 milliseconds