Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_EXCLUSIVE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/fscache/
Doperation.c273 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_start_operations()
308 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
372 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_put_operation()
428 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_operation_gc()
Dpage.c192 op->flags = FSCACHE_OP_ASYNC | (1 << FSCACHE_OP_EXCLUSIVE); in __fscache_attr_changed()
/linux-2.6.39/Documentation/filesystems/caching/
Doperations.txt124 (1) Exclusive (FSCACHE_OP_EXCLUSIVE). Operations of this type may not run in
156 FSCACHE_OP_EXCLUSIVE flag.
Dbackend-api.txt159 #define FSCACHE_OP_EXCLUSIVE
/linux-2.6.39/include/linux/
Dfscache-cache.h88 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */ macro