Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c117 #define CL_PAGEIN 0x80 macro
1289 if ((flags & CL_PAGEIN) && /* Cluster layer verification will be limited to pagein for now */ in cluster_io()
1376 if (flags & (CL_PAGEIN | CL_PAGEOUT)) { in cluster_io()
2401 local_flags | CL_READ | CL_PAGEIN, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_pagein_ext()