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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c160 static int cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length);
2015 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE);
2093 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE);
2451 retval = cluster_io_type(uio, write_type, write_length, MIN_DIRECT_WRITE_SIZE);
2668 error = cluster_io_type(uio, write_type, write_length, 0);
3430 retval = cluster_io_type(uio, &read_type, &read_length, 0);
3460 retval = cluster_io_type(uio, &read_type, &read_length, 0);
4483 retval = cluster_io_type(uio, read_type, read_length, 0);
4709 error = cluster_io_type(uio, read_type, read_length, 0);
4746 cluster_io_type(struc function
[all...]

Completed in 24 milliseconds