Home
last modified time | relevance | path

Searched refs:FR_INTERRUPTED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/fuse/
H A Ddev.c291 * changing and below FR_INTERRUPTED check. Pairs with in fuse_request_end()
294 if (test_bit(FR_INTERRUPTED, &req->flags)) { in fuse_request_end()
344 if (unlikely(!test_bit(FR_INTERRUPTED, &req->flags))) { in queue_interrupt()
381 set_bit(FR_INTERRUPTED, &req->flags); in request_wait_answer()
1333 if (test_bit(FR_INTERRUPTED, &req->flags)) in fuse_dev_do_read()
H A Dfuse_i.h317 * FR_INTERRUPTED: the request has been interrupted
331 FR_INTERRUPTED, enumerator
/kernel/linux/linux-6.6/fs/fuse/
H A Ddev.c291 * changing and below FR_INTERRUPTED check. Pairs with in fuse_request_end()
294 if (test_bit(FR_INTERRUPTED, &req->flags)) { in fuse_request_end()
340 if (unlikely(!test_bit(FR_INTERRUPTED, &req->flags))) { in queue_interrupt()
377 set_bit(FR_INTERRUPTED, &req->flags); in request_wait_answer()
1324 if (test_bit(FR_INTERRUPTED, &req->flags)) in fuse_dev_do_read()
H A Dfuse_i.h332 * FR_INTERRUPTED: the request has been interrupted
346 FR_INTERRUPTED, enumerator

Completed in 9 milliseconds