Searched refs:cluster_io_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 186 static int cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_lengt… 3032 retval = cluster_io_type(uio, &write_type, &write_length, min_direct_size); in cluster_write_ext() 3130 retval = cluster_io_type(uio, &write_type, &write_length, min_direct_size); in cluster_write_ext() 3562 retval = cluster_io_type(uio, write_type, write_length, min_io_size); in cluster_write_direct() 3786 error = cluster_io_type(uio, write_type, write_length, 0); in cluster_write_contig() 4639 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 4668 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 5893 retval = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_direct() 6174 error = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_contig() 6214 cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length) in cluster_io_type() function
|