Home
last modified time | relevance | path

Searched refs:create_on_open (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c338 * Setting create_on_open to false disables the original mechanism
341 static bool create_on_open = true; variable
5811 if (create_on_open) in md_probe()
9941 module_param(create_on_open, bool, S_IRUSR|S_IWUSR);
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c318 * Setting create_on_open to false disables the original mechanism
321 static bool create_on_open = true; variable
5790 if (create_on_open) in md_probe()
10084 module_param(create_on_open, bool, S_IRUSR|S_IWUSR);

Completed in 20 milliseconds