Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dbcache.h924 int bch_cached_dev_attach(struct cached_dev *, struct cache_set *);
Dsuper.c964 int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c) in bch_cached_dev_attach() function
1204 bch_cached_dev_attach(dc, c); in register_bdev()
1723 bch_cached_dev_attach(dc, c); in run_cache_set()
Dsysfs.c270 v = bch_cached_dev_attach(dc, c); in STORE()