Searched refs:FSCACHE_OP_EXCLUSIVE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/fscache/ |
D | operation.c | 330 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()
|
D | object.c | 967 (1 << FSCACHE_OP_EXCLUSIVE) | in _fscache_invalidate_object()
|
D | page.c | 218 (1 << FSCACHE_OP_EXCLUSIVE) | in __fscache_attr_changed()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 124 (1) Exclusive (FSCACHE_OP_EXCLUSIVE). Operations of this type may not run in 156 FSCACHE_OP_EXCLUSIVE flag.
|
D | backend-api.txt | 159 #define FSCACHE_OP_EXCLUSIVE
|
/linux-4.4.14/include/linux/ |
D | fscache-cache.h | 99 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */ macro
|