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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c135 static int cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length);
4191 cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length) argument
4237 *io_type = IO_CONTIG;
4239 *io_type = IO_DIRECT;
4241 *io_type = IO_COPY;
4247 *io_type = IO_UNKNOWN;
4249 KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 94)) | DBG_FUNC_END, (int)iov_base, *io_type, *io_length, retval, 0);

Completed in 24 milliseconds