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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h72 int io_flags; member in struct:cl_wextent
H A Dmount.h467 u_int32_t io_flags; /* flags for underlying device */ member in struct:vfsioattr
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c140 static int cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags);
435 cluster_ioerror(upl_t upl, int upl_offset, int abort_size, int error, int io_flags) argument
441 if (io_flags & B_PHYS)
447 if (io_flags & B_PAGEIO) {
448 if (io_flags & B_READ)
453 if (io_flags & B_CACHE)
755 int io_flags; local
828 io_flags = B_READ;
834 io_flags = B_WRITE;
883 io_flags |
4713 int io_flags; local
[all...]
H A Dvfs_bio.c374 buf_reset(buf_t bp, int32_t io_flags) { argument
377 SET(bp->b_flags, (io_flags & (B_ASYNC | B_READ | B_WRITE | B_NOCACHE)));
H A Dkpi_vfs.c821 ioattrp->io_flags = 0;
830 ioattrp->io_flags = mp->mnt_ioflags;
852 mp->mnt_ioflags = ioattrp->io_flags;

Completed in 54 milliseconds