Home
last modified time | relevance | path

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

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