Home
last modified time | relevance | path

Searched defs:io_flags (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dubc_internal.h78 int io_flags; member
H A Dmount.h538 u_int32_t io_flags; /* flags for underlying device */ member
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_cluster.c704 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnode_t vp) in cluster_ioerror()
1204 int io_flags; in cluster_io() local
6020 cluster_try_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int io_flags, in… in cluster_try_push()
6238 int io_flags; in cluster_push_now() local
6465 int io_flags, int (*callback)(buf_t, void *), void *callback_arg, boolean_t vm_initiated) in sparse_cluster_push()
H A Dvfs_bio.c665 buf_reset(buf_t bp, int32_t io_flags) in buf_reset()
/xnu-8792.61.2/osfmk/kern/
H A Dthread.c2749 thread_update_io_stats(thread_t thread, int size, int io_flags) in thread_update_io_stats()