Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Dmd.c333 static int start_readonly; variable
5925 if (start_readonly && mddev->ro == 0) in md_run()
9957 return sprintf(buffer, "%d\n", start_readonly); in module_exit()
9961 return kstrtouint(val, 10, (unsigned int *)&start_readonly); in set_ro()