Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsuper.c643 kobject_put(&c->counters_kobj); in __bch2_fs_stop()
715 kobject_add(&c->counters_kobj, &c->kobj, "counters") ?: in bch2_fs_online()
764 kobject_init(&c->counters_kobj, &bch2_fs_counters_ktype); in bch2_fs_alloc()
H A Dbcachefs.h713 struct kobject counters_kobj; member
H A Dsysfs.c492 struct bch_fs *c = container_of(kobj, struct bch_fs, counters_kobj); in SHOW()