Searched refs:mnt_ioflags (Results 1 – 9 of 9) sorted by relevance
303 if (!(vp->v_mount->mnt_ioflags & MNT_IOFLAGS_UNMAP_SUPPORTED)) { in vnode_trim_list()319 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()367 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()386 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_CSUNMAP_SUPPORTED) { in vnode_trim_list()
136 uint32_t mnt_ioflags; /* flags for underlying device */ member
392 mp->mnt_ioflags = 0; in vfsinit()
1107 mp->mnt_ioflags = 0; in vfs_rootmountalloc_internal()1264 if (mp->mnt_ioflags & MNT_IOFLAGS_FUSION_DRIVE) { in vfs_mountroot()4412 mp->mnt_ioflags |= MNT_IOFLAGS_FUA_SUPPORTED; in vfs_init_io_attributes()4426 mp->mnt_ioflags |= MNT_IOFLAGS_UNMAP_SUPPORTED; in vfs_init_io_attributes()4429 mp->mnt_ioflags |= MNT_IOFLAGS_CSUNMAP_SUPPORTED; in vfs_init_io_attributes()4438 mp->mnt_ioflags |= MNT_IOFLAGS_FUSION_DRIVE; in vfs_init_io_attributes()4445 mp->mnt_ioflags |= MNT_IOFLAGS_FUSION_DRIVE; in vfs_init_io_attributes()4451 mp->mnt_ioflags |= MNT_IOFLAGS_PERIPHERAL_DRIVE; in vfs_init_io_attributes()4458 mp->mnt_ioflags |= MNT_IOFLAGS_IOSCHED_SUPPORTED; in vfs_init_io_attributes()4459 …throttle_info_disable_throttle(mp->mnt_devbsdunit, (mp->mnt_ioflags & MNT_IOFLAGS_FUSION_DRIVE) !=… in vfs_init_io_attributes()[all …]
882 ioattrp->io_flags = mp->mnt_ioflags; in vfs_ioattr()904 mp->mnt_ioflags = ioattrp->io_flags; in vfs_setioattr()1754 if (vp->v_mount->mnt_ioflags & MNT_IOFLAGS_PERIPHERAL_DRIVE) { in vnode_isonexternalstorage()
1195 mp->mnt_ioflags = 0; in mount_common()
2510 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()
206 mp->mnt_ioflags = 0; in devfs_sinit()
1857 …0s}").format(mnt=mount, vfs=mount.mnt_vfsstat, iomode=('Yes' if (mount.mnt_ioflags & 0x4) else 'No…