Home
last modified time | relevance | path

Searched refs:ADDPART_FLAG_READONLY (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/block/partitions/
H A Dof.c54 state->parts[slot].flags |= ADDPART_FLAG_READONLY; in add_of_partition()
H A Dcmdline.c241 state->parts[slot].flags |= ADDPART_FLAG_READONLY; in add_part()
H A Dcore.c381 if (flags & ADDPART_FLAG_READONLY) in add_partition()
/linux-6.15/block/
H A Dblk.h557 #define ADDPART_FLAG_READONLY 4 macro