Searched refs:non_rounded_size (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 187 …int cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, 1437 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 1466 if (real_bp && non_rounded_size > PAGE_SIZE) { in cluster_io() 1470 __FUNCTION__, non_rounded_size, PAGE_SIZE); in cluster_io() 1496 size = (((non_rounded_size + pg_offset) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - pg_offset; in cluster_io() 1503 size = non_rounded_size; in cluster_io() 1547 ((f_offset & PAGE_MASK) || (upl_offset & PAGE_MASK) || (non_rounded_size & PAGE_MASK))) { in cluster_io() 1652 if ((flags & CL_READ) && ((upl_offset + non_rounded_size) & PAGE_MASK) && (!(flags & CL_NOZERO))) { in cluster_io() 1660 zero_offset = (int)(upl_offset + non_rounded_size); in cluster_io() 1687 const int cached_upl_size = round_page_32((f_offset - cached_upl_f_offset) + non_rounded_size); in cluster_io() [all …]
|