Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dopts.c512 struct printbuf *parse_later, in bch2_parse_one_mount_opt() argument
546 if (ret == -BCH_ERR_option_needs_open_fs && parse_later) { in bch2_parse_one_mount_opt()
547 prt_printf(parse_later, "%s=%s,", name, val); in bch2_parse_one_mount_opt()
548 if (parse_later->allocation_failure) { in bch2_parse_one_mount_opt()
581 struct printbuf *parse_later, char *options) in bch2_parse_mount_opts() argument
609 ret = bch2_parse_one_mount_opt(c, opts, parse_later, name, val); in bch2_parse_mount_opts()
H A Dfs.c2197 ret = bch2_parse_mount_opts(c, &opts, NULL, opts_parse->parse_later.buf); in bch2_fs_get_tree()
2321 printbuf_exit(&opts->parse_later); in bch2_fs_context_free()
2344 &opts->parse_later, param->key, in bch2_fs_parse_param()
2372 opts->parse_later = PRINTBUF; in bch2_init_fs_context()
H A Dopts.h543 struct printbuf parse_later; member