Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_cluster.c2594 int local_flags; in cluster_pageout_ext() local
2596 local_flags = CL_PAGEOUT | CL_THROTTLE; in cluster_pageout_ext()
2599 local_flags |= CL_ASYNC; in cluster_pageout_ext()
2602 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2605 local_flags |= CL_KEEPCACHED; in cluster_pageout_ext()
2608 local_flags |= CL_ENCRYPTED; in cluster_pageout_ext()
2613 (int)f_offset, size, (int)filesize, local_flags, 0); in cluster_pageout_ext()
2625 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2638 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2654 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]