Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c121 #define CL_PAGEIN 0x80 macro
1475 if ((flags & CL_PAGEIN) || cluster_verify_threads) { in cluster_io()
1633 if (flags & (CL_PAGEIN | CL_PAGEOUT)) { in cluster_io()
2714 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_pagein_ext()