Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd.c308 static int start_readonly; variable
6158 if (start_readonly && md_is_rdwr(mddev)) in md_run()
10280 return sprintf(buffer, "%d\n", start_readonly); in module_exit()
10284 return kstrtouint(val, 10, (unsigned int *)&start_readonly); in set_ro()