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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1100 int bmap_flags; local
1126 bmap_flags = VNODE_READ;
1128 bmap_flags = VNODE_WRITE;
1168 if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, NULL)))
1195 int bmap_flags; local
1215 bmap_flags = VNODE_READ;
1217 bmap_flags = VNODE_WRITE;
1243 if ((error = VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))) {
3078 int bmap_flags; local
3103 bmap_flags
[all...]
H A Dvfs_cluster.c918 int bmap_flags; local
991 bmap_flags = VNODE_READ;
997 bmap_flags = VNODE_WRITE;
1094 if ((error = VNOP_BLOCKMAP(vp, f_offset, io_size, &blkno, &io_size_tmp, NULL, bmap_flags, NULL)))

Completed in 23 milliseconds