Lines Matching defs:aac_cache
238 static int aac_cache = 2; /* WCE=0 to avoid performance problems */
256 module_param_named(cache, aac_cache, int, S_IRUGO|S_IWUSR);
1361 writecmd2->flags = (fua && ((aac_cache & 5) != 1) &&
1362 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ?
1380 writecmd->flags = (fua && ((aac_cache & 5) != 1) &&
1381 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ?
2879 if (((aac_cache & 6) == 6) && dev->cache_protected) {
2885 if ((aac_cache & 6) != 2)
3072 if (dev->raw_io_interface && ((aac_cache & 5) != 1))
3112 mpd.mpc_buf[2] = ((aac_cache & 6) == 2)
3152 if (dev->raw_io_interface && ((aac_cache & 5) != 1))
3192 mpd10.mpc_buf[2] = ((aac_cache & 6) == 2)