Searched refs:opt_buf (Results 1 – 1 of 1) sorted by relevance
5984 char opt_buf[6]; in do_rbd_remove() local5990 opt_buf[0] = '\0'; in do_rbd_remove()5991 sscanf(buf, "%d %5s", &dev_id, opt_buf); in do_rbd_remove()5996 if (opt_buf[0] != '\0') { in do_rbd_remove()5997 if (!strcmp(opt_buf, "force")) { in do_rbd_remove()6000 pr_err("bad remove option at '%s'\n", opt_buf); in do_rbd_remove()