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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c98 #define CL_NOZERO 0x40 macro
897 if ((flags & CL_READ) && ((upl_offset + non_rounded_size) & PAGE_MASK) && (!(flags & CL_NOZERO))) {
1119 if (!(flags & CL_NOZERO))
3889 io_flag = CL_COMMIT | CL_READ | CL_ASYNC | CL_NOZERO | CL_DIRECT_IO | bflag;
3891 io_flag = CL_COMMIT | CL_READ | CL_ASYNC | CL_NOZERO | CL_DIRECT_IO | CL_PRESERVE | bflag;
4129 CL_READ | CL_NOZERO | CL_DEV_MEMORY | CL_ASYNC | bflag,

Completed in 39 milliseconds