Searched refs:opt_buf (Results 1 – 1 of 1) sorted by relevance
7134 char opt_buf[6]; in do_rbd_remove() local7142 opt_buf[0] = '\0'; in do_rbd_remove()7143 sscanf(buf, "%d %5s", &dev_id, opt_buf); in do_rbd_remove()7148 if (opt_buf[0] != '\0') { in do_rbd_remove()7149 if (!strcmp(opt_buf, "force")) { in do_rbd_remove()7152 pr_err("bad remove option at '%s'\n", opt_buf); in do_rbd_remove()