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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c1037 * end_off The end of the range, as an offset
1050 ubc_sync_range(vnode_t vp, off_t beg_off, off_t end_off, int flags) argument
1052 return (ubc_msync_internal(vp, beg_off, end_off, NULL, flags, NULL));
1065 * end_off The end of the range, as an offset
1082 * NOT use it in place of end_off if you
1090 ubc_msync(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags) argument
1098 retval = ubc_msync_internal(vp, beg_off, end_off, resid_off, flags, &io_errno);
1113 * end_off The end of the range, as an offset
1151 * If the value of end_off is less than or equal to beg_off, this
1152 * function immediately returns success; that is, end_off i
1168 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...]

Completed in 24 milliseconds