Searched refs:ufs_fsize (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c576 cnt = howmany(DIP(dp, size), ufsib->ufs_fsize);
616 cnt = howmany(*size, ufsib->ufs_fsize);
647 blks = howmany(frags * ufsib->ufs_fsize, TP_BSIZE);
679 blks = howmany(frags * ufsib->ufs_fsize, TP_BSIZE);
H A Ddump.h58 int32_t ufs_fsize; /* fragment size */ member in struct:ufsi
70 #define ufs_fragroundup(u,size) /* calculates roundup(size, ufs_fsize) */ \
H A Dffs_inode.c141 ufsi.ufs_fsize = sblock->fs_fsize;
/netbsd-6-1-5-RELEASE/sbin/dump_lfs/
H A Dlfs_inode.c158 ufsi.ufs_fsize = sblock->lfs_fsize;

Completed in 140 milliseconds