Home
last modified time | relevance | path

Searched refs:cluster_io_type (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c185 static int cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_lengt…
2487 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_ext()
2577 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_ext()
2954 retval = cluster_io_type(uio, write_type, write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_direct()
3172 error = cluster_io_type(uio, write_type, write_length, 0); in cluster_write_contig()
4002 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext()
4031 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext()
5228 retval = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_direct()
5508 error = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_contig()
5548 cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length) in cluster_io_type() function