Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fscache/
Doperation.c339 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) { in fscache_start_operations()
386 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
393 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
402 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_op()
439 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_cancel_all_ops()
462 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
464 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete()
478 if (test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags)) in fscache_op_complete()
Dobject.c995 (1 << FSCACHE_OP_EXCLUSIVE) | in _fscache_invalidate_object()
Dpage.c235 (1 << FSCACHE_OP_EXCLUSIVE) | in __fscache_attr_changed()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Doperations.rst123 (1) Exclusive (FSCACHE_OP_EXCLUSIVE). Operations of this type may not run in
154 FSCACHE_OP_EXCLUSIVE flag.
Dbackend-api.rst156 #define FSCACHE_OP_EXCLUSIVE
/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h107 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */ macro