Searched refs:bmap_flags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c764 int bmap_flags; local
790 bmap_flags = VNODE_READ;
792 bmap_flags = VNODE_WRITE;
832 if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, NULL)))
859 int bmap_flags; local
873 bmap_flags = VNODE_READ;
875 bmap_flags = VNODE_WRITE;
898 if ((error = VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))) {
2434 int bmap_flags; local
2459 bmap_flags
[all...]
H A Dvfs_cluster.c756 int bmap_flags; local
829 bmap_flags = VNODE_READ;
835 bmap_flags = VNODE_WRITE;
919 if ((error = VNOP_BLOCKMAP(vp, f_offset, io_size, &blkno, (size_t *)&io_size, NULL, bmap_flags, NULL)))

Completed in 21 milliseconds