Home
last modified time | relevance | path

Searched refs:ext2_blkroundup (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/ufs/ext2fs/
Dext2fs.h552 #define ext2_blkroundup(fs, size) /* calculates roundup(size, fs->e2fs_bsize) */ \ macro
Dext2fs_readwrite.c348 round_page(ext2_blkroundup(fs, uio->uio_offset)), in ext2fs_write()
/netbsd/src/sbin/fsck_ext2fs/
Dinode.c460 inobufsize = ext2_blkroundup(&sblock, INOBUFSIZE); in resetinodebuf()