Searched refs:bcache_ops (Results 1 – 7 of 7) sorted by relevance
17 struct bcache_ops { struct31 extern struct bcache_ops *bcops; argument
95 static struct bcache_ops r5k_sc_ops = {
178 static struct bcache_ops indy_sc_ops = {
102 static struct bcache_ops mips_sc_ops = {
176 static struct bcache_ops rm7k_sc_ops = {
120 static struct bcache_ops no_sc_ops = {127 struct bcache_ops *bcops = &no_sc_ops;
654 static const struct block_device_operations bcache_ops = { variable820 d->disk->fops = &bcache_ops; in bcache_device_init()