Searched refs:GENHD_FL_HIDDEN (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dgenhd.c83 (disk->flags & GENHD_FL_HIDDEN))
348 if (disk->flags & (GENHD_FL_NO_PART | GENHD_FL_HIDDEN))
456 if (!(disk->flags & GENHD_FL_HIDDEN))
494 if (!(disk->flags & GENHD_FL_HIDDEN)) {
535 if (!(disk->flags & GENHD_FL_HIDDEN))
649 if (WARN_ON_ONCE(!disk_live(disk) && !(disk->flags & GENHD_FL_HIDDEN)))
678 if (!(disk->flags & GENHD_FL_HIDDEN)) {
863 if (!get_capacity(sgp) || (sgp->flags & GENHD_FL_HIDDEN))
936 (disk->flags & GENHD_FL_HIDDEN ? 1 : 0));
H A Dearly-lookup.c288 if (get_capacity(disk) == 0 || (disk->flags & GENHD_FL_HIDDEN))
/linux-master/include/linux/
H A Dblkdev.h77 * ``GENHD_FL_HIDDEN``: the block device is hidden; it doesn't produce events,
87 GENHD_FL_HIDDEN = 1 << 1, enumerator in enum:__anon96
/linux-master/drivers/nvme/host/
H A Dcore.c1700 /* should never be called due to GENHD_FL_HIDDEN */
2200 ns->disk->flags |= GENHD_FL_HIDDEN;
2212 ns->head->disk->flags |= GENHD_FL_HIDDEN;
3783 disk->flags |= GENHD_FL_HIDDEN;

Completed in 131 milliseconds