Searched refs:set_ro (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 9933 static int set_ro(const char *val, const struct kernel_param *kp) in set_ro() function 9938 module_param_call(start_ro, set_ro, get_ro, NULL, S_IRUSR|S_IWUSR);
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 10076 static int set_ro(const char *val, const struct kernel_param *kp) in set_ro() function 10081 module_param_call(start_ro, set_ro, get_ro, NULL, S_IRUSR|S_IWUSR);
|
Completed in 22 milliseconds