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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c165 static int cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnode_t vp);
199 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);
511 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags, vnode_t vp) argument
517 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE))
523 if (io_flags & B_PAGEIO) {
524 if (io_flags & B_READ)
529 if (io_flags & B_CACHE)
889 int io_flags; local
962 io_flags = B_READ;
968 io_flags
5131 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
5318 int io_flags; local
5513 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.c564 buf_reset(buf_t bp, int32_t io_flags) { argument
567 SET(bp->b_flags, (io_flags & (B_ASYNC | B_READ | B_WRITE | B_NOCACHE)));
/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h77 int io_flags; member in struct:cl_wextent
H A Dmount.h489 u_int32_t io_flags; /* flags for underlying device */ member in struct:vfsioattr
/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c2919 int io_flags = 0; local
3041 io_flags |= UPL_IOSYNC | UPL_NOCOMMIT;
3057 io_flags |= UPL_PAGING_ENCRYPTED;
3081 io_flags |= UPL_IOSTREAMING;
3264 xfer_size, &residual, io_flags);

Completed in 120 milliseconds