Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Doperation.c343 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_start_operations()
390 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
397 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
406 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
443 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_all_ops()
466 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
468 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
482 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_op_complete()
Dobject.c996 (1 << FSCACHE_OP_EXCLUSIVE) | in _fscache_invalidate_object()
Dpage.c239 (1 << FSCACHE_OP_EXCLUSIVE) | in __fscache_attr_changed()
/Linux-v4.19/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-v4.19/include/linux/
Dfscache-cache.h111 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */ macro