Searched refs:advisory_read_ext (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/sys/ |
| H A D | ubc.h | 109 int advisory_read_ext(vnode_t, off_t, off_t, int, int (*)(buf_t, void *), void *, int);
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 2148 advisory_read_ext(vp, filesize, f_offset, size, callback, callback_arg, bflag); in cluster_read_prefetch() 5619 return advisory_read_ext(vp, filesize, f_offset, resid, NULL, NULL, CL_PASSIVE); in advisory_read() 5623 advisory_read_ext(vnode_t vp, off_t filesize, off_t f_offset, int resid, int (*callback)(buf_t, voi… in advisory_read_ext() function
|