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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h77 int io_flags; member in struct:cl_wextent
H A Dmount.h483 u_int32_t io_flags; /* flags for underlying device */ member in struct:vfsioattr
/darwin-on-arm/xnu/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);
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);
548 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags) argument
554 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE))
560 if (io_flags & B_PAGEIO) {
561 if (io_flags & B_READ)
566 if (io_flags & B_CACHE)
917 int io_flags; local
990 io_flags = B_READ;
996 io_flags
5158 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
5345 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.c986 ioattrp->io_flags = 0;
995 ioattrp->io_flags = mp->mnt_ioflags;
1017 mp->mnt_ioflags = ioattrp->io_flags;
H A Dvfs_bio.c548 buf_reset(buf_t bp, int32_t io_flags) { argument
551 SET(bp->b_flags, (io_flags & (B_ASYNC | B_READ | B_WRITE | B_NOCACHE)));
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c2902 int io_flags = 0; local
3020 io_flags |= UPL_IOSYNC | UPL_NOCOMMIT;
3036 io_flags |= UPL_PAGING_ENCRYPTED;
3060 io_flags |= UPL_IOSTREAMING;
3242 xfer_size, &residual, io_flags);

Completed in 118 milliseconds