Searched refs:CL_DEV_MEMORY (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c100 #define CL_DEV_MEMORY 0x100 macro
791 if (mp->mnt_devblocksize > 1 && !(flags & (CL_DEV_MEMORY | CL_DIRECT_IO))) {
824 if (flags & CL_DEV_MEMORY)
860 if ( (flags & CL_DEV_MEMORY) )
1090 if (flags & CL_DEV_MEMORY) {
1231 if ( !(flags & CL_DEV_MEMORY) && trans_count >= max_trans_count &&
1352 } else if ( ((flags & CL_DEV_MEMORY) || (upl_offset & PAGE_MASK) == 0) &&
2351 xsize, CL_DEV_MEMORY | CL_ASYNC | bflag, (buf_t)NULL, (struct clios *)&iostate, callback, callback_arg);
4129 CL_READ | CL_NOZERO | CL_DEV_MEMORY | CL_ASYNC | bflag,

Completed in 213 milliseconds