Searched refs:non_rounded_size (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_cluster.c | 188 …int cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, 1450 cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, in cluster_io() argument 1479 if (real_bp && non_rounded_size > PAGE_SIZE) { in cluster_io() 1483 __FUNCTION__, non_rounded_size, PAGE_SIZE); in cluster_io() 1509 size = (((non_rounded_size + pg_offset) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - pg_offset; in cluster_io() 1516 size = non_rounded_size; in cluster_io() 1560 ((f_offset & PAGE_MASK) || (upl_offset & PAGE_MASK) || (non_rounded_size & PAGE_MASK))) { in cluster_io() 1665 if ((flags & CL_READ) && ((upl_offset + non_rounded_size) & PAGE_MASK) && (!(flags & CL_NOZERO))) { in cluster_io() 1673 zero_offset = (int)(upl_offset + non_rounded_size); in cluster_io() 1700 const int cached_upl_size = round_page_32((f_offset - cached_upl_f_offset) + non_rounded_size); in cluster_io() [all …]
|