Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cluster.c123 #define CL_PASSIVE 0x2000 macro
1365 if (flags & CL_PASSIVE) { in cluster_io()
2405 flags |= CL_PASSIVE; in cluster_bp_ext()
2437 bflag = CL_PASSIVE; in cluster_write_ext()
2627 io_flag |= CL_PASSIVE; in cluster_write_direct()
3542 bflag = CL_PASSIVE; in cluster_write_copy()
4075 bflag = CL_PASSIVE; in cluster_read_copy()
4744 io_flag |= CL_PASSIVE; in cluster_read_direct()
5316 bflag = CL_PASSIVE; in cluster_read_contig()
5592 return advisory_read_ext(vp, filesize, f_offset, resid, NULL, NULL, CL_PASSIVE); in advisory_read()
[all …]