Searched refs:blkroundup (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/usr.sbin/quot/ |
| HD | quot.c | 171 nblk = blkroundup(super,sz); in virtualblocks() 181 nblk = blkroundup(super,sz); in virtualblocks()
|
| /freebsd-13-stable/sys/ufs/ffs/ |
| HD | fs.h | 673 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
|
| HD | ffs_snapshot.c | 490 size = blkroundup(fs, fs->fs_cssize); in ffs_snapshot()
|
| /freebsd-13-stable/sbin/quotacheck/ |
| HD | quotacheck.c | 640 inobufsize = blkroundup(&sblock, INOBUFSIZE); in setinodebuf()
|
| /freebsd-13-stable/sbin/fsck_ffs/ |
| HD | inode.c | 670 inobufsize = blkroundup(&sblock, in setinodebuf() 974 numblks = blkroundup(fs, bp->b_size) / fs->fs_bsize; in copyonwrite()
|
| HD | suj.c | 1325 lastlbn = lblkno(fs, blkroundup(fs, size)); in ino_trunc()
|