Searched refs:opt_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 7322 char opt_buf[6]; in do_rbd_remove() local 7330 opt_buf[0] = '\0'; in do_rbd_remove() 7331 sscanf(buf, "%d %5s", &dev_id, opt_buf); in do_rbd_remove() 7336 if (opt_buf[0] != '\0') { in do_rbd_remove() 7337 if (!strcmp(opt_buf, "force")) { in do_rbd_remove() 7340 pr_err("bad remove option at '%s'\n", opt_buf); in do_rbd_remove()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 7247 char opt_buf[6]; in do_rbd_remove() local 7255 opt_buf[0] = '\0'; in do_rbd_remove() 7256 sscanf(buf, "%d %5s", &dev_id, opt_buf); in do_rbd_remove() 7261 if (opt_buf[0] != '\0') { in do_rbd_remove() 7262 if (!strcmp(opt_buf, "force")) { in do_rbd_remove() 7265 pr_err("bad remove option at '%s'\n", opt_buf); in do_rbd_remove()
|
Completed in 18 milliseconds