Searched refs:read_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cluster.c | 4299 int read_type = IO_COPY; in cluster_read_ext() local 4349 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 4353 switch (read_type) { in cluster_read_ext() 4378 retval = cluster_io_type(uio, &read_type, &read_length, 0); in cluster_read_ext() 5113 (int)uio->uio_offset, (int)filesize, *read_type, *read_length, 0); in cluster_read_direct() 5581 retval = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_direct() 5583 if (retval == 0 && *read_type == IO_DIRECT) { in cluster_read_direct() 5671 *read_type = IO_UNKNOWN; in cluster_read_direct() 5862 error = cluster_io_type(uio, read_type, read_length, 0); in cluster_read_contig() 5864 if (error == 0 && *read_type == IO_CONTIG) { in cluster_read_contig() [all …]
|