Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c128 #define CL_PASSIVE 0x2000 macro
1722 if (flags & CL_PASSIVE) { in cluster_io()
2968 flags |= CL_PASSIVE; in cluster_bp_ext()
3001 bflag = CL_PASSIVE; in cluster_write_ext()
3209 io_flag |= CL_PASSIVE; in cluster_write_direct()
4205 bflag = CL_PASSIVE; in cluster_write_copy()
4761 bflag = CL_PASSIVE; in cluster_read_copy()
5438 io_flag |= CL_PASSIVE; in cluster_read_direct()
6039 bflag = CL_PASSIVE; in cluster_read_contig()
6331 return advisory_read_ext(vp, filesize, f_offset, resid, NULL, NULL, CL_PASSIVE); in advisory_read()
[all …]