Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsysfs.c679 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()
H A Dsuper.c645 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()
H A Dbcachefs.h715 struct kobject opts_dir; member