Searched refs:clios (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 141 struct clios { struct 188 int flags, buf_t real_bp, struct clios *iostate, int (*)(buf_t, void *), void *callback_arg); 195 static void cluster_iostate_wait(struct clios *iostate, u_int target, const char *wait_name); 612 cluster_iostate_wait(struct clios *iostate, u_int target, const char *wait_name) in cluster_iostate_wait() 631 cluster_handle_associated_upl(struct clios *iostate, upl_t upl, in cluster_handle_associated_upl() 1006 struct clios *iostate; in cluster_iodone_finish() 1020 iostate = (struct clios *)cbp->b_iostate; in cluster_iodone_finish() 1438 …int flags, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_ar… in cluster_io() 2427 …int io_flag, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_… in vector_cluster_io() 2630 local_flags, (buf_t)NULL, (struct clios *)NULL, callback, callback_arg); in cluster_pageout_ext() [all …]
|