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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c166 static int cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnode_t vp);
200 static void sparse_cluster_push(void **cmapp, vnode_t vp, off_t EOF, int push_flag, int io_flags, int (*)(buf_t, void *), void *callback_arg);
512 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnode_t vp) argument
518 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE))
524 if (io_flags & B_PAGEIO) {
525 if (io_flags & B_READ)
530 if (io_flags & B_CACHE)
890 int io_flags; local
963 io_flags = B_READ;
969 io_flags
5155 cluster_try_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int io_flags, int (*callback)(buf_t, void *), void *callback_arg) argument
5342 int io_flags; local
5540 sparse_cluster_push(void **scmap, vnode_t vp, off_t EOF, int push_flag, int io_flags, int (*callback)(buf_t, void *), void *callback_arg) argument
[all...]
H A Dkpi_vfs.c747 ioattrp->io_flags = 0;
756 ioattrp->io_flags = mp->mnt_ioflags;
778 mp->mnt_ioflags = ioattrp->io_flags;
H A Dvfs_bio.c582 buf_reset(buf_t bp, int32_t io_flags) { argument
585 SET(bp->b_flags, (io_flags & (B_ASYNC | B_READ | B_WRITE | B_NOCACHE)));
/xnu-2782.1.97/bsd/sys/
H A Dubc_internal.h77 int io_flags; member in struct:cl_wextent
H A Dmount.h500 u_int32_t io_flags; /* flags for underlying device */ member in struct:vfsioattr
/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1776 void thread_update_io_stats(thread_t thread, int size, int io_flags) argument
1783 if (io_flags & DKIO_READ) {
1788 if (io_flags & DKIO_META) {
1793 if (io_flags & DKIO_PAGING) {
1798 io_tier = ((io_flags & DKIO_TIER_MASK) >> DKIO_TIER_SHIFT);
H A Dthread.h954 extern void thread_update_io_stats(thread_t thread, int size, int io_flags);
/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c2920 int io_flags = 0; local
3042 io_flags |= UPL_IOSYNC | UPL_NOCOMMIT;
3058 io_flags |= UPL_PAGING_ENCRYPTED;
3082 io_flags |= UPL_IOSTREAMING;
3265 xfer_size, &residual, io_flags);

Completed in 120 milliseconds