Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c2564 int local_flags; in cluster_pageout_ext() local
2569 local_flags |= CL_ASYNC; in cluster_pageout_ext()
2572 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2575 local_flags |= CL_KEEPCACHED; in cluster_pageout_ext()
2578 local_flags |= CL_ENCRYPTED; in cluster_pageout_ext()
2595 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2608 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2650 int local_flags = 0; in cluster_pagein_ext() local
2657 local_flags |= CL_ASYNC; in cluster_pagein_ext()
2660 local_flags |= CL_COMMIT; in cluster_pagein_ext()
[all …]