Searched refs:bcops (Results 1 – 6 of 6) sorted by relevance
27 extern struct bcache_ops *bcops;31 bcops->bc_enable(); in bc_enable()36 bcops->bc_disable(); in bc_disable()41 bcops->bc_wback_inv(page, size); in bc_wback_inv()46 bcops->bc_inv(page, size); in bc_inv()
106 bcops = &r5k_sc_ops; in r5k_sc_init()
175 bcops = &indy_sc_ops; in indy_sc_init()
143 bcops = &mips_sc_ops; in mips_sc_init()
248 bcops = &rm7k_sc_ops; in rm7k_sc_init()
83 struct bcache_ops *bcops = &no_sc_ops; variable