Searched refs:mnt_ioflags (Results 1 – 9 of 9) sorted by relevance
291 if (!(vp->v_mount->mnt_ioflags & MNT_IOFLAGS_UNMAP_SUPPORTED)) { in vnode_trim_list()307 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()355 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()374 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()
136 uint32_t mnt_ioflags; /* flags for underlying device */ member
400 mp->mnt_ioflags = 0; in vfsinit()
1131 mp->mnt_ioflags = 0; in vfs_rootmountalloc_internal()1288 if (mp->mnt_ioflags & MNT_IOFLAGS_FUSION_DRIVE) { in vfs_mountroot()4652 mp->mnt_ioflags |= MNT_IOFLAGS_FUA_SUPPORTED; in vfs_init_io_attributes()4666 mp->mnt_ioflags |= MNT_IOFLAGS_UNMAP_SUPPORTED; in vfs_init_io_attributes()4669 mp->mnt_ioflags |= MNT_IOFLAGS_CSUNMAP_SUPPORTED; in vfs_init_io_attributes()4678 mp->mnt_ioflags |= MNT_IOFLAGS_FUSION_DRIVE; in vfs_init_io_attributes()4685 mp->mnt_ioflags |= MNT_IOFLAGS_FUSION_DRIVE; in vfs_init_io_attributes()4691 mp->mnt_ioflags |= MNT_IOFLAGS_PERIPHERAL_DRIVE; in vfs_init_io_attributes()4698 mp->mnt_ioflags |= MNT_IOFLAGS_IOSCHED_SUPPORTED; in vfs_init_io_attributes()4699 …throttle_info_disable_throttle(mp->mnt_devbsdunit, (mp->mnt_ioflags & MNT_IOFLAGS_FUSION_DRIVE) !=… in vfs_init_io_attributes()[all …]
921 ioattrp->io_flags = mp->mnt_ioflags; in vfs_ioattr()943 mp->mnt_ioflags = ioattrp->io_flags; in vfs_setioattr()1846 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_PERIPHERAL_DRIVE) { in vnode_isonexternalstorage()
1281 mp->mnt_ioflags = 0; in mount_common()
206 mp->mnt_ioflags = 0; in devfs_sinit()
2579 if (!(mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) { in spec_strategy()2599 …if ((mp && (mp->mnt_ioflags & MNT_IOFLAGS_IOSCHED_SUPPORTED)) || (bap->ba_flags & BA_IO_SCHEDULED)… in spec_strategy()
1766 …0s}").format(mnt=mount, vfs=mount.mnt_vfsstat, iomode=('Yes' if (mount.mnt_ioflags & 0x4) else 'No…