Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c173 #define IO_CONTIG 2 macro
2851 case IO_CONTIG: in cluster_write_ext()
3505 if (error == 0 && *write_type == IO_CONTIG) { in cluster_write_contig()
4380 case IO_CONTIG: in cluster_read_ext()
5871 if (error == 0 && *read_type == IO_CONTIG) { in cluster_read_contig()
5958 *io_type = IO_CONTIG; in cluster_io_type()