Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dbcache.h906 int bch_cached_dev_attach(struct cached_dev *, struct cache_set *);
Dsuper.c933 int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c) in bch_cached_dev_attach() function
1173 bch_cached_dev_attach(dc, c); in register_bdev()
1692 bch_cached_dev_attach(dc, c); in run_cache_set()
Dsysfs.c270 v = bch_cached_dev_attach(dc, c); in STORE()