Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_bio.c1488 int bmap_flags; in buf_strategy_fragmented() local
1515 bmap_flags = VNODE_READ; in buf_strategy_fragmented()
1517 bmap_flags = VNODE_WRITE; in buf_strategy_fragmented()
1562 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented()
1591 int bmap_flags; in buf_strategy() local
1612 bmap_flags = VNODE_READ; in buf_strategy()
1614 bmap_flags = VNODE_WRITE; in buf_strategy()
1642 … VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))) { in buf_strategy()
3516 int bmap_flags; in buf_getblk() local
3562 bmap_flags = VNODE_READ; in buf_getblk()
[all …]
H A Dvfs_cluster.c1518 int bmap_flags; in cluster_io() local
1595 bmap_flags = VNODE_READ; in cluster_io()
1634 bmap_flags = VNODE_WRITE; in cluster_io()
1640 bmap_flags |= VNODE_CLUSTER_VERIFY; in cluster_io()
1862 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_size, &blkno, &io_size_tmp, NULL, bmap_flags, NULL))) { in cluster_io()