Searched refs:FR_ISREPLY (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/fuse/
H A Dfuse_i.h271 * FR_ISREPLY: set if the request has reply
284 FR_ISREPLY, enumerator in enum:fuse_req_flag
H A Ddev.c504 __set_bit(FR_ISREPLY, &req->flags); fuse_request_send()
591 __set_bit(FR_ISREPLY, &req->flags); fuse_request_send_background_locked()
626 __clear_bit(FR_ISREPLY, &req->flags); fuse_request_send_notify_reply()
653 __clear_bit(FR_ISREPLY, &req->flags); fuse_force_forget()
1311 if (!test_bit(FR_ISREPLY, &req->flags)) { fuse_dev_do_read()

Completed in 103 milliseconds