Searched refs:CL_PAGEIN (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 122 #define CL_PAGEIN 0x80 macro 1598 if ((flags & CL_PAGEIN || cluster_verify_threads) && in cluster_io() 1618 if (verify_block_size && !(flags & CL_PAGEIN) && in cluster_io() 1704 if (flags & (CL_PAGEIN | CL_PAGEOUT)) { in cluster_io() 2818 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_handle_split_pagein() 2843 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_handle_split_pagein() 2864 … local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_handle_split_pagein() 2937 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_pagein_ext()
|