Home
last modified time | relevance | path

Searched defs:fragroundup (Results 1 – 3 of 3) sorted by path

/freebsd/stand/libsa/
H A Dext2fs.c159 #define fragroundup(fs, size) /* roundup(size, fsize) */ \ macro
/freebsd/sys/fs/ext2fs/
H A Dfs.h143 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ macro
/freebsd/sys/ufs/ffs/
H A Dfs.h711 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ macro