Searched refs:dtogd (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/makefs/ffs/
H A Dffs_alloc.c326 bpref = dtogd(fs, bno);
379 bno = dtogd(fs, bpref);
434 start = dtogd(fs, bpref) / NBBY;
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_alloc.c334 bpref = dtogd(fs, bpref);
350 start = dtogd(fs, bpref) / NBBY;
482 bno = dtogd(fs, bno);
556 start = dtogd(fs, bpref) / NBBY;
H A Dext2fs.h380 #define dtogd(fs, d) \ macro
/openbsd-current/sbin/badsect/
H A Dbadsect.c173 bn = dtogd(fs, fsbn);
/openbsd-current/sys/ufs/ffs/
H A Dffs_alloc.c898 bno = dtogd(fs, bprev);
986 bpref = dtogd(fs, bno);
1049 bno = dtogd(fs, blknum(fs, bpref));
1060 if (bno >= dtogd(fs, cgdata(fs, cgp->cg_cgx)))
1280 bno = dtogd(fs, bno);
1427 start = dtogd(fs, bpref) / NBBY;
H A Dfs.h495 #define dtogd(fs, d) ((d) % (fs)->fs_fpg) macro
/openbsd-current/sbin/fsck_ffs/
H A Dutilities.c467 baseblk = dtogd(&sblock, i + j);

Completed in 125 milliseconds