Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Doperation.c330 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_start_operations()
375 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
382 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
391 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
426 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_all_ops()
449 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
451 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
463 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_op_complete()
Dobject.c967 (1 << FSCACHE_OP_EXCLUSIVE) | in _fscache_invalidate_object()
Dpage.c218 (1 << FSCACHE_OP_EXCLUSIVE) | in __fscache_attr_changed()
/linux-4.4.14/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.4.14/include/linux/
Dfscache-cache.h99 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */ macro