Searched refs:FSCACHE_OP_WAITING (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/fscache/ |
D | operation.c | 100 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_run_op() 101 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_run_op() 377 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_cancel_op() 378 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_cancel_op() 393 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_cancel_op() 394 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_cancel_op() 428 if (test_and_clear_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_cancel_all_ops() 429 wake_up_bit(&op->flags, FSCACHE_OP_WAITING); in fscache_cancel_all_ops()
|
D | page.c | 304 (1UL << FSCACHE_OP_WAITING) | in fscache_alloc_retrieval() 363 if (!test_bit(FSCACHE_OP_WAITING, &op->flags)) in fscache_wait_for_operation_activation() 369 if (wait_on_bit(&op->flags, FSCACHE_OP_WAITING, in fscache_wait_for_operation_activation() 377 wait_on_bit(&op->flags, FSCACHE_OP_WAITING, in fscache_wait_for_operation_activation() 950 (1 << FSCACHE_OP_WAITING) | in __fscache_write_page()
|
D | cookie.c | 677 (1 << FSCACHE_OP_WAITING) | in __fscache_check_consistency()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 66 FSCACHE_OP_WAITING may be set in op->flags prior to each submission of the 88 If this option is to be used, FSCACHE_OP_WAITING must be set in op->flags 92 wait_on_bit(&op->flags, FSCACHE_OP_WAITING, 173 FSCACHE_OP_WAITING as described above and check the state of the object if
|
/linux-4.4.14/include/linux/ |
D | fscache-cache.h | 98 #define FSCACHE_OP_WAITING 4 /* cleared when op is woken */ macro
|