Searched refs:io_length (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_cluster.c | 185 static int cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_lengt… 5510 cluster_io_type(struct uio *uio, int *io_type, u_int32_t *io_length, u_int32_t min_length) in cluster_io_type() argument 5556 *io_length = upl_size; in cluster_io_type() 5569 *io_length = 0; in cluster_io_type() 5572 KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 94)) | DBG_FUNC_END, iov_base, *io_type, *io_length, retval, 0); in cluster_io_type()
|