Home
last modified time | relevance | path

Searched refs:rescue_opts (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsysfs.c378 static const char *rescue_opts[] = { variable
393 for (i = 0; i < ARRAY_SIZE(rescue_opts); i++) in supported_rescue_options_show()
394 ret += sysfs_emit_at(buf, ret, "%s%s", (i ? " " : ""), rescue_opts[i]); in supported_rescue_options_show()