Home
last modified time | relevance | path

Searched refs:ADDPART_FLAG_WHOLEDISK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/block/partitions/
Dsun.c122 state->parts[slot].flags |= ADDPART_FLAG_WHOLEDISK; in sun_partition()
Dcore.c459 if (flags & ADDPART_FLAG_WHOLEDISK) { in add_partition()
467 if (flags & ADDPART_FLAG_WHOLEDISK) in add_partition()
/Linux-v5.10/block/
Dblk.h359 #define ADDPART_FLAG_WHOLEDISK 2 macro