Searched refs:DCACHE (Results 1 – 6 of 6) sorted by relevance
10 #define DCACHE (1<<1) macro11 #define BCACHE (ICACHE|DCACHE)
16 #define DCACHE (1<<1) /* writeback and flush data cache */ macro17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
17 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ macro18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
26 #define DCACHE CF_D_FLUSH macro
16 case DCACHE: in SYSCALL_DEFINE3()
348 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()774 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()