Searched refs:dbtofsb (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sbin/badsect/
H A Dbadsect.c131 dbtofsb(fs, number)) < 0) {
146 fsbn = dbtofsb(fs, blkno);
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h174 int32_t e2fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
361 #define dbtofsb(fs, b) ((b) >> (fs)->e2fs_fsbtodb) macro
/openbsd-current/sys/ufs/ffs/
H A Dfs.h223 int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
462 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
H A Dffs_balloc.c761 dbtofsb(fs, bp->b_blkno))));
/openbsd-current/sbin/growfs/
H A Dgrowfs.c1820 sblock.fs_size = dbtofsb(&osblock, DL_SECTOBLK(lp, DL_GETPSIZE(pp)));
1826 sblock.fs_size = dbtofsb(&osblock, DL_SECTOBLK(lp, size));
/openbsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c240 sblock.fs_size = fssize = dbtofsb(&sblock, fssize);
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c276 bcount = dbtofsb(&sblock, fssize);
/openbsd-current/sbin/newfs/
H A Dmkfs.c262 sblock.fs_size = dbtofsb(&sblock, fssize);

Completed in 88 milliseconds