Searched refs:opts_dir (Results 1 – 3 of 3) sorted by relevance
679 struct bch_fs *c = container_of(kobj, struct bch_fs, opts_dir); in SHOW()689 struct bch_fs *c = container_of(kobj, struct bch_fs, opts_dir); in STORE()
645 kobject_put(&c->opts_dir); in __bch2_fs_stop()711 kobject_add(&c->opts_dir, &c->kobj, "options") ?: in bch2_fs_online()716 bch2_opts_create_sysfs_files(&c->opts_dir, OPT_FS); in bch2_fs_online()762 kobject_init(&c->opts_dir, &bch2_fs_opts_dir_ktype); in bch2_fs_alloc()
715 struct kobject opts_dir; member