Searched refs:MNTK_SSD (Results 1 – 4 of 4) sorted by relevance
268 #define MNTK_SSD 0x00800000 /* underlying device is of the solid state variety … macro
315 if (mp->mnt_kern_flag & MNTK_SSD) { in disk_conditioner_mount_is_ssd()
4544 mp->mnt_kern_flag |= MNTK_SSD; in vfs_init_io_attributes()
366 if (root_mp && (root_mp->mnt_kern_flag & MNTK_SSD)) { in imageboot_pivot_image()