Lines Matching refs:test_bit
286 if (test_bit(FR_BACKGROUND, &req->flags)) { in fuse_put_request()
297 if (test_bit(FR_WAITING, &req->flags)) { in fuse_put_request()
390 WARN_ON(test_bit(FR_PENDING, &req->flags)); in request_end()
391 WARN_ON(test_bit(FR_SENT, &req->flags)); in request_end()
392 if (test_bit(FR_BACKGROUND, &req->flags)) { in request_end()
437 test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
444 if (test_bit(FR_SENT, &req->flags)) in request_wait_answer()
448 if (!test_bit(FR_FORCE, &req->flags)) { in request_wait_answer()
454 test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
462 if (test_bit(FR_PENDING, &req->flags)) { in request_wait_answer()
476 wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
483 BUG_ON(test_bit(FR_BACKGROUND, &req->flags)); in __fuse_request_send()
505 if (!test_bit(FR_WAITING, &req->flags)) { in fuse_request_send()
586 BUG_ON(!test_bit(FR_BACKGROUND, &req->flags)); in fuse_request_send_background_locked()
587 if (!test_bit(FR_WAITING, &req->flags)) { in fuse_request_send_background_locked()
669 if (test_bit(FR_ABORTED, &req->flags)) in lock_request()
687 if (test_bit(FR_ABORTED, &req->flags)) in unlock_request()
907 if (test_bit(FR_ABORTED, &cs->req->flags)) in fuse_try_move_page()
1311 if (!test_bit(FR_ISREPLY, &req->flags)) { in fuse_dev_do_read()
1320 if (test_bit(FR_INTERRUPTED, &req->flags)) in fuse_dev_do_read()
1326 if (!test_bit(FR_PRIVATE, &req->flags)) in fuse_dev_do_read()
1943 if (!test_bit(FR_PRIVATE, &req->flags)) in fuse_dev_do_write()
2149 if (!test_bit(FR_LOCKED, &req->flags)) { in fuse_abort_conn()