Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c174 #define IO_CONTIG 2 macro
2874 case IO_CONTIG: in cluster_write_ext()
3588 if (error == 0 && *write_type == IO_CONTIG) { in cluster_write_contig()
4463 case IO_CONTIG: in cluster_read_ext()
5954 if (error == 0 && *read_type == IO_CONTIG) { in cluster_read_contig()
6041 *io_type = IO_CONTIG; in cluster_io_type()