Searched refs:CL_PAGEIN (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 122 #define CL_PAGEIN 0x80 macro 1601 if ((flags & CL_PAGEIN || cluster_verify_threads) && in cluster_io() 1621 if (verify_block_size && !(flags & CL_PAGEIN) && in cluster_io() 1707 if (flags & (CL_PAGEIN | CL_PAGEOUT)) { in cluster_io() 2821 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_handle_split_pagein() 2846 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_handle_split_pagein() 2867 … local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_handle_split_pagein() 2940 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_pagein_ext()
|