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

/freebsd-12-stable/usr.sbin/quot/
H A Dquot.c177 nblk = blkroundup(super,sz);
187 nblk = blkroundup(super,sz);
/freebsd-12-stable/sys/ufs/ffs/
H A Dfs.h647 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
H A Dffs_snapshot.c481 size = blkroundup(fs, fs->fs_cssize);
/freebsd-12-stable/sbin/quotacheck/
H A Dquotacheck.c646 inobufsize = blkroundup(&sblock, INOBUFSIZE);
/freebsd-12-stable/sbin/fsck_ffs/
H A Dinode.c419 inobufsize = blkroundup(&sblock, INOBUFSIZE);
H A Dsuj.c1522 lastlbn = lblkno(fs, blkroundup(fs, size));

Completed in 200 milliseconds