Searched refs:non_rounded_size (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/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, 1511 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 1541 if (real_bp && non_rounded_size > PAGE_SIZE) { in cluster_io() 1545 __FUNCTION__, non_rounded_size, PAGE_SIZE); in cluster_io() 1571 size = (((non_rounded_size + pg_offset) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - pg_offset; in cluster_io() 1578 size = non_rounded_size; in cluster_io() 1623 ((flags & CL_DIRECT_IO) && (non_rounded_size & PAGE_MASK)))) { in cluster_io() 1733 if ((flags & CL_READ) && ((upl_offset + non_rounded_size) & PAGE_MASK) && (!(flags & CL_NOZERO))) { in cluster_io() 1741 zero_offset = (int)(upl_offset + non_rounded_size); in cluster_io() 1768 const int cached_upl_size = round_page_32((f_offset - cached_upl_f_offset) + non_rounded_size); in cluster_io() [all …]
|