Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vm/
H A Dvm_compressor_backing_file.c302 if (!(vp->v_mount->mnt_ioflags & MNT_IOFLAGS_UNMAP_SUPPORTED)) { in vnode_trim_list()
318 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()
366 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()
385 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()
/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h135 uint32_t mnt_ioflags; /* flags for underlying device */ member
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_init.c392 mp->mnt_ioflags = 0; in vfsinit()
H A Dvfs_subr.c1066 mp->mnt_ioflags = 0; in vfs_rootmountalloc_internal()
1215 if (mp->mnt_ioflags & MNT_IOFLAGS_FUSION_DRIVE) { in vfs_mountroot()
4195 mp->mnt_ioflags |= MNT_IOFLAGS_FUA_SUPPORTED; in vfs_init_io_attributes()
4209 mp->mnt_ioflags |= MNT_IOFLAGS_UNMAP_SUPPORTED; in vfs_init_io_attributes()
4212 mp->mnt_ioflags |= MNT_IOFLAGS_CSUNMAP_SUPPORTED; in vfs_init_io_attributes()
4221 mp->mnt_ioflags |= MNT_IOFLAGS_FUSION_DRIVE; in vfs_init_io_attributes()
4228 mp->mnt_ioflags |= MNT_IOFLAGS_FUSION_DRIVE; in vfs_init_io_attributes()
4234 mp->mnt_ioflags |= MNT_IOFLAGS_PERIPHERAL_DRIVE; in vfs_init_io_attributes()
4241 mp->mnt_ioflags |= MNT_IOFLAGS_IOSCHED_SUPPORTED; in vfs_init_io_attributes()
4242 …throttle_info_disable_throttle(mp->mnt_devbsdunit, (mp->mnt_ioflags & MNT_IOFLAGS_FUSION_DRIVE) !=… in vfs_init_io_attributes()
[all …]
H A Dkpi_vfs.c882 ioattrp->io_flags = mp->mnt_ioflags; in vfs_ioattr()
904 mp->mnt_ioflags = ioattrp->io_flags; in vfs_setioattr()
1653 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_PERIPHERAL_DRIVE) { in vnode_isonexternalstorage()
H A Dvfs_syscalls.c873 mp->mnt_ioflags = 0; in mount_common()
/xnu-8020.121.3/bsd/miscfs/specfs/
H A Dspec_vnops.c2510 if (!(mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) { in spec_strategy()
2530 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
/xnu-8020.121.3/bsd/miscfs/devfs/
H A Ddevfs_tree.c206 mp->mnt_ioflags = 0; in devfs_sinit()
/xnu-8020.121.3/tools/lldbmacros/
H A Dmemory.py1766 …0s}").format(mnt=mount, vfs=mount.mnt_vfsstat, iomode=('Yes' if (mount.mnt_ioflags & 0x4) else 'No…