Searched refs:cluster_io_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 187 static int cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_lengt… 2554 retval = cluster_io_type(uio, &write_type, &write_length, min_direct_size); in cluster_write_ext() 2644 retval = cluster_io_type(uio, &write_type, &write_length, min_direct_size); in cluster_write_ext() 3030 retval = cluster_io_type(uio, write_type, write_length, min_io_size); in cluster_write_direct() 3248 error = cluster_io_type(uio, write_type, write_length, 0); in cluster_write_contig() 4078 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 4107 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 5304 retval = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_direct() 5584 error = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_contig() 5624 cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length) in cluster_io_type() function
|