Home
last modified time | relevance | path

Searched refs:bcache_ops (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dbcache.h16 struct bcache_ops { struct
27 extern struct bcache_ops *bcops; argument
/linux-4.1.27/arch/mips/mm/
Dsc-r5k.c94 static struct bcache_ops r5k_sc_ops = {
Dsc-ip22.c163 static struct bcache_ops indy_sc_ops = {
Dsc-mips.c53 static struct bcache_ops mips_sc_ops = {
Dsc-rm7k.c175 static struct bcache_ops rm7k_sc_ops = {
Dc-r4k.c87 static struct bcache_ops no_sc_ops = {
94 struct bcache_ops *bcops = &no_sc_ops;
/linux-4.1.27/drivers/md/bcache/
Dsuper.c667 static const struct block_device_operations bcache_ops = { variable
826 d->disk->fops = &bcache_ops; in bcache_device_init()