Searched refs:read_length (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 202 …er_read_direct(vnode_t vp, struct uio *uio, off_t filesize, int *read_type, u_int32_t *read_length, 204 …er_read_contig(vnode_t vp, struct uio *uio, off_t filesize, int *read_type, u_int32_t *read_length, 3974 u_int32_t read_length = 0; in cluster_read_ext() local 4002 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 4023 …retval = cluster_read_direct(vp, uio, filesize, &read_type, &read_length, flags, callback, callbac… in cluster_read_ext() 4027 …retval = cluster_read_contig(vp, uio, filesize, &read_type, &read_length, callback, callback_arg, … in cluster_read_ext() 4031 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 4722 …er_read_direct(vnode_t vp, struct uio *uio, off_t filesize, int *read_type, u_int32_t *read_length, in cluster_read_direct() argument 4766 (int)uio->uio_offset, (int)filesize, *read_type, *read_length, 0); in cluster_read_direct() 4830 io_req_size = *read_length; in cluster_read_direct() [all …]
|