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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c163 int flags, buf_t real_bp, struct clios *iostate, int (*)(buf_t, void *), void *callback_arg);
168 static void cluster_iostate_wait(struct clios *iostate, u_int target, const char *wait_name);
527 cluster_iostate_wait(struct clios *iostate, u_int target, const char *wait_name) argument
530 lck_mtx_lock(&iostate->io_mtxp);
532 while ((iostate->io_issued - iostate->io_completed) > target) {
535 iostate->io_issued, iostate->io_completed, target, 0, 0);
537 iostate->io_wanted = 1;
538 msleep((caddr_t)&iostate
605 struct clios *iostate; local
911 cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, int flags, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_arg) argument
1673 vector_cluster_io(vnode_t vp, upl_t vector_upl, vm_offset_t vector_upl_offset, off_t v_upl_uio_offset, int vector_upl_iosize, int io_flag, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_arg) argument
2135 struct clios iostate; local
2522 struct clios iostate; local
3512 struct clios iostate; local
4028 struct clios iostate; local
4546 struct clios iostate; local
[all...]

Completed in 17 milliseconds