Searched refs:bcache_kobj (Results 1 – 1 of 1) sorted by relevance
41 static struct kobject *bcache_kobj; variable1977 if (kobject_add(&c->kobj, bcache_kobj, "%pU", c->sb.set_uuid) || in register_cache_set()2341 if (bcache_kobj) in bcache_exit()2342 kobject_put(bcache_kobj); in bcache_exit()2381 bcache_kobj = kobject_create_and_add("bcache", fs_kobj); in bcache_init()2382 if (!bcache_kobj) in bcache_init()2386 sysfs_create_files(bcache_kobj, files)) in bcache_init()2389 bch_debug_init(bcache_kobj); in bcache_init()