Searched refs:bmap_flags (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/bsd/vfs/ |
| H A D | vfs_bio.c | 1313 int bmap_flags; in buf_strategy_fragmented() local 1340 bmap_flags = VNODE_READ; in buf_strategy_fragmented() 1342 bmap_flags = VNODE_WRITE; in buf_strategy_fragmented() 1387 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented() 1416 int bmap_flags; in buf_strategy() local 1437 bmap_flags = VNODE_READ; in buf_strategy() 1439 bmap_flags = VNODE_WRITE; in buf_strategy() 1467 … VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))) { in buf_strategy() 3345 int bmap_flags; in buf_getblk() local 3391 bmap_flags = VNODE_READ; in buf_getblk() [all …]
|
| H A D | vfs_cluster.c | 1208 int bmap_flags; in cluster_io() local 1284 bmap_flags = VNODE_READ; in cluster_io() 1303 bmap_flags = VNODE_WRITE; in cluster_io() 1309 bmap_flags |= VNODE_CLUSTER_VERIFY; in cluster_io() 1458 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_size, &blkno, &io_size_tmp, NULL, bmap_flags, NULL))) { in cluster_io()
|