Home
last modified time | relevance | path

Searched refs:FR_ISREPLY (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/fuse/
Ddev.c502 __set_bit(FR_ISREPLY, &req->flags); in fuse_simple_request()
524 __set_bit(FR_ISREPLY, &req->flags); in fuse_request_queue_background()
583 __clear_bit(FR_ISREPLY, &req->flags); in fuse_simple_notify_reply()
1276 if (!test_bit(FR_ISREPLY, &req->flags)) { in fuse_dev_do_read()
Dfuse_i.h306 FR_ISREPLY, enumerator
Dvirtio_fs.c811 if (!test_bit(FR_ISREPLY, &req->flags)) in sg_count_fuse_req()
918 if (test_bit(FR_ISREPLY, &req->flags)) { in virtio_fs_enqueue_req()