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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c103 #define CL_READ 0x01 macro
320 case CL_READ:
989 if (flags & CL_READ) {
1070 if ((flags & CL_READ) && ((upl_offset + non_rounded_size) & PAGE_MASK) && (!(flags & CL_NOZERO))) {
1119 if ( !(flags & CL_READ) && blkno == -1) {
1281 if ((flags & CL_READ) && blkno == -1) {
1486 if (flags & CL_READ) {
1678 if(io_flag & CL_READ) {
1742 max_prefetch = MAX_PREFETCH(vp, cluster_max_io_size(vp->v_mount, CL_READ), (vp->v_mount->mnt_kern_flag & MNTK_SSD));
1932 local_flags | CL_READ | CL_PAGEI
[all...]

Completed in 14 milliseconds