Searched refs:FSCACHE_OP_WAITING (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/fscache/ |
D | operation.c | 103 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_run_op() 104 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_run_op() 388 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_cancel_op() 389 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_cancel_op() 404 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_cancel_op() 405 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_cancel_op() 441 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_cancel_all_ops() 442 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_cancel_all_ops()
|
D | page.c | 321 (1UL << FSCACHE_OP_WAITING) | in fscache_alloc_retrieval() 380 if (!test_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_wait_for_operation_activation() 386 if (wait_on_bit(&op->flags, FSCACHE_OP_WAITING, in fscache_wait_for_operation_activation() 395 wait_on_bit(&op->flags, FSCACHE_OP_WAITING, in fscache_wait_for_operation_activation() 989 (1 << FSCACHE_OP_WAITING) | in __fscache_write_page()
|
D | cookie.c | 900 (1 << FSCACHE_OP_WAITING) | in __fscache_check_consistency()
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | operations.rst | 66 FSCACHE_OP_WAITING may be set in op->flags prior to each submission of the 87 If this option is to be used, FSCACHE_OP_WAITING must be set in op->flags 91 wait_on_bit(&op->flags, FSCACHE_OP_WAITING, 171 FSCACHE_OP_WAITING as described above and check the state of the object if
|
/kernel/linux/linux-5.10/include/linux/ |
D | fscache-cache.h | 106 #define FSCACHE_OP_WAITING 4 /* cleared when op is woken */ macro
|