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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c162 static int cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size,
911 cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, argument
939 if (real_bp && non_rounded_size > PAGE_SIZE)
943 __FUNCTION__, non_rounded_size, PAGE_SIZE);
968 size = (((non_rounded_size + pg_offset) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - pg_offset;
975 size = non_rounded_size;
1070 if ((flags & CL_READ) && ((upl_offset + non_rounded_size) & PAGE_MASK) && (!(flags & CL_NOZERO))) {
1078 zero_offset = upl_offset + non_rounded_size;
1243 * that we've actually completed... non_rounded_size
1245 * to a page size multiple (i.e. size > non_rounded_size)
[all...]

Completed in 17 milliseconds