Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Doperation.c274 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_start_operations()
317 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
350 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_all_ops()
373 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
375 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
383 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_op_complete()
Dobject.c953 (1 << FSCACHE_OP_EXCLUSIVE) | in _fscache_invalidate_object()
Dpage.c218 (1 << FSCACHE_OP_EXCLUSIVE) | in __fscache_attr_changed()
/linux-4.1.27/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-4.1.27/include/linux/
Dfscache-cache.h98 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */ macro