Searched refs:mnt_ioflags (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h134 uint32_t mnt_ioflags; /* flags for underlying device */ member in struct:mount
/macosx-10.9.5/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c255 if ( !(vp->v_mount->mnt_ioflags & MNT_IOFLAGS_UNMAP_SUPPORTED))
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c454 mp->mnt_ioflags = 0;
H A Dkpi_vfs.c756 ioattrp->io_flags = mp->mnt_ioflags;
778 mp->mnt_ioflags = ioattrp->io_flags;
H A Dvfs_subr.c949 mp->mnt_ioflags = 0;
3130 mp->mnt_ioflags |= MNT_IOFLAGS_FUA_SUPPORTED;
3133 mp->mnt_ioflags |= MNT_IOFLAGS_UNMAP_SUPPORTED;
H A Dvfs_syscalls.c621 mp->mnt_ioflags = 0;
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c543 mp->mnt_ioflags = 0;
H A Ddevfs_tree.c215 mp->mnt_ioflags = 0;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1291 mp->mnt_ioflags = 0;

Completed in 180 milliseconds