Home
last modified time | relevance | path

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

/xnu-11215.81.4/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…
5902 cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length) in cluster_io_type() argument
5951 *io_type = IO_CONTIG; in cluster_io_type()
5953 *io_type = IO_DIRECT; in cluster_io_type()
5955 *io_type = IO_COPY; in cluster_io_type()
5962 *io_type = IO_UNKNOWN; in cluster_io_type()
5964 KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 94)) | DBG_FUNC_END, iov_base, *io_type, *io_length, retval, 0); in cluster_io_type()
5966 if (*io_type == IO_DIRECT && in cluster_io_type()
5970 *io_type = IO_COPY; in cluster_io_type()