Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsuper.c649 kobject_put(&c->counters_kobj); in __bch2_fs_stop()
720 kobject_add(&c->counters_kobj, &c->kobj, "counters") ?: in bch2_fs_online()
769 kobject_init(&c->counters_kobj, &bch2_fs_counters_ktype); in bch2_fs_alloc()
H A Dbcachefs.h704 struct kobject counters_kobj; member
H A Dsysfs.c502 struct bch_fs *c = container_of(kobj, struct bch_fs, counters_kobj); in SHOW()