Searched refs:MNTK_SSD (Results 1 – 5 of 5) sorted by relevance
315 if (mp->mnt_kern_flag & MNTK_SSD) { in disk_conditioner_mount_is_ssd()
1767 if (vp->v_mount->mnt_kern_flag & MNTK_SSD) { in vnode_isonssd()
4303 mp->mnt_kern_flag |= MNTK_SSD; in vfs_init_io_attributes()
267 #define MNTK_SSD 0x00800000 /* underlying device is of the solid state variety … macro
346 if (root_mp && (root_mp->mnt_kern_flag & MNTK_SSD)) { in imageboot_pivot_image()