Home
last modified time | relevance | path

Searched refs:VOP_BMAP (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/kern/
H A Dvfs_cluster.c411 error = VOP_BMAP(vp, loffset, &doffset, in cluster_readx()
502 error = VOP_BMAP(vp, loffset, &doffset, in cluster_readx()
749 error = VOP_BMAP(vp, loffset, &doffset, in cluster_readcb()
831 error = VOP_BMAP(vp, loffset, &doffset, in cluster_readcb()
1361 (VOP_BMAP(vp, loffset, &bp->b_bio2.bio_offset, &maxclen, NULL, BUF_CMD_WRITE) || in cluster_write()
1753 VOP_BMAP(bp->b_vp, bp->b_loffset, in cluster_collectbufs()
1778 VOP_BMAP(bp->b_vp, bp->b_loffset, &bp->b_bio2.bio_offset, in cluster_collectbufs()
H A Dvfs_bio.c1090 VOP_BMAP(bp->b_vp, bp->b_loffset, &bp->b_bio2.bio_offset, in bdwrite()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_lookup.c416 error = VOP_BMAP(vp, bp->b_bio1.bio_offset, in cd9660_blkatoff()
463 error = VOP_BMAP(vp, lblktooff(imp, lbn), &doffset, NULL, NULL, in cd9660_devblkatoff()
H A Dcd9660_vnops.c726 error = VOP_BMAP(vp, bio->bio_offset, in cd9660_strategy()
/dragonfly/sys/vm/
H A Dvnode_pager.c274 error = VOP_BMAP(vp, loffset - voff, &doffset, NULL, NULL, 0); in vnode_pager_haspage()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vnops.c695 error = VOP_BMAP(vp, bio->bio_offset, &nbio->bio_offset, in hpfs_strategy()
/dragonfly/sys/sys/
H A Dvfsops.h1090 #define VOP_BMAP(vp, loff, doffp, runp, runb, cmd) \ macro
/dragonfly/sys/vfs/ufs/
H A Dufs_vnops.c1780 error = VOP_BMAP(vp, bio->bio_offset, &nbio->bio_offset, in ufs_strategy()
H A Dffs_softdep.c1681 VOP_BMAP(bp->b_vp, bp->b_bio1.bio_offset, in setup_allocindir_phase2()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vnops.c1382 error = VOP_BMAP(vp, bio->bio_offset, &nbio->bio_offset, NULL, in ext2_strategy()