Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c2234 int local_flags; in cluster_pageout_ext() local
2236 local_flags = CL_PAGEOUT | CL_THROTTLE; in cluster_pageout_ext()
2239 local_flags |= CL_ASYNC; in cluster_pageout_ext()
2242 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2245 local_flags |= CL_KEEPCACHED; in cluster_pageout_ext()
2248 local_flags |= CL_ENCRYPTED; in cluster_pageout_ext()
2253 (int)f_offset, size, (int)filesize, local_flags, 0); in cluster_pageout_ext()
2265 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2278 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2294 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]