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

/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c1253 * end_off The end of the range, as an offset
1266 ubc_sync_range(vnode_t vp, off_t beg_off, off_t end_off, int flags) argument
1268 return (ubc_msync_internal(vp, beg_off, end_off, NULL, flags, NULL));
1281 * end_off The end of the range, as an offset
1298 * NOT use it in place of end_off if you
1306 ubc_msync(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags) argument
1314 retval = ubc_msync_internal(vp, beg_off, end_off, resid_off, flags, &io_errno);
1329 * end_off The end of the range, as an offset
1367 * If the value of end_off is less than or equal to beg_off, this
1368 * function immediately returns success; that is, end_off i
1384 ubc_msync_internal(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags, int *io_errno) argument
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c2357 vm_offset_t end_off = ((iov_base + io_size) & PAGE_MASK); local
2358 if(end_off)
4391 vm_offset_t end_off = ((iov_base + io_size) & PAGE_MASK); local
4392 if(end_off)

Completed in 31 milliseconds