Searched refs:dbtob (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/sys/
H A Dparam.h214 #ifndef dbtob
215 #define dbtob(db) /* calculates (db * DEV_BSIZE) */ \ macro
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c351 prthumanval(7, dbtob(qup->dqblk.dqb_curblocks));
353 prthumanval(7, dbtob(qup->dqblk.dqb_bsoftlimit));
354 prthumanval(7, dbtob(qup->dqblk.dqb_bhardlimit));
357 (uintmax_t)dbtob(qup->dqblk.dqb_curblocks)
360 (uintmax_t)dbtob(qup->dqblk.dqb_bsoftlimit)
362 (uintmax_t)dbtob(qup->dqblk.dqb_bhardlimit)
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_lookup.c265 ino = dbtob(bp->b_blkno)
282 ino = dbtob(bp->b_blkno) + entryoffsetinblock;
H A Dcd9660_vnops.c572 idp->current.d_fileno = dbtob(bp->b_blkno) +
764 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/geom/
H A Dgeom_ccd.c625 cbp->bio_offset = dbtob(cbn + cboff + cs->sc_offset);
628 cbc = dbtob((off_t)(ci->ci_size - cbn));
630 cbc = dbtob((off_t)(cs->sc_ileave - cboff));
/freebsd-11-stable/usr.sbin/repquota/
H A Drepquota.c276 dbtob(blocks), "", HN_AUTOSCALE, flags);
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_bmap.c246 bp->b_iooffset = dbtob(bp->b_blkno);
H A Dext2_inode.c417 bp->b_iooffset = dbtob(bp->b_blkno);
H A Dext2_vnops.c373 vap->va_bytes = dbtob((u_quad_t)ip->i_blocks);
1530 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_bmap.c225 bp->b_iooffset = dbtob(bp->b_blkno);
H A Dufs_vnops.c461 vap->va_bytes = dbtob((u_quad_t)ip->i_din1->di_blocks);
472 vap->va_bytes = dbtob((u_quad_t)ip->i_din2->di_blocks);
2321 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c243 bp->b_iooffset = dbtob(bp->b_blkno);
303 rbp->b_iooffset = dbtob(rbp->b_blkno);
H A Dvfs_bio.c1836 rabp->b_iooffset = dbtob(rabp->b_blkno);
1887 bp->b_iooffset = dbtob(bp->b_blkno);
1988 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c574 bp->b_iooffset = dbtob(bp->b_blkno);
989 bp->b_iooffset = dbtob(bp->b_blkno);
H A Dswap_pager.c2748 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sbin/dump/
H A Dtraverse.c117 blkest = howmany(dbtob(DIP(dp, di_blocks)), TP_BSIZE);
/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c509 dbtob(blocks), "", HN_AUTOSCALE, HN_NOSPACE);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_inode.c704 bp->b_iooffset = dbtob(bp->b_blkno);
H A Dffs_snapshot.c2512 bip->bio_offset = dbtob(fsbtodb(fs, blkstofrags(fs, lbn)));
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c1128 bp->b_iooffset = dbtob(nbp->b_blkno);
1143 bp->b_iooffset = dbtob(bp->b_blkno);
H A Dnandfs_segment.c705 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c1046 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1875 bp->b_iooffset = dbtob(bp->b_blkno);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c270 "", id, dbtob(dqblk.dqb_bhardlimit));
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c3209 bp->b_iooffset = dbtob(bp->b_blkno);

Completed in 242 milliseconds

12