Searched refs:FR_ISREPLY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 514 __set_bit(FR_ISREPLY, &req->flags); in fuse_simple_request() 537 __set_bit(FR_ISREPLY, &req->flags); in fuse_request_queue_background() 596 __clear_bit(FR_ISREPLY, &req->flags); in fuse_simple_notify_reply() 1322 if (!test_bit(FR_ISREPLY, &req->flags)) { in fuse_dev_do_read()
|
H A D | virtio_fs.c | 1060 if (!test_bit(FR_ISREPLY, &req->flags)) in sg_count_fuse_req() 1170 if (test_bit(FR_ISREPLY, &req->flags)) { in virtio_fs_enqueue_req()
|
H A D | fuse_i.h | 312 * FR_ISREPLY: set if the request has reply 326 FR_ISREPLY, enumerator
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dev.c | 512 __set_bit(FR_ISREPLY, &req->flags); in fuse_simple_request() 535 __set_bit(FR_ISREPLY, &req->flags); in fuse_request_queue_background() 590 __clear_bit(FR_ISREPLY, &req->flags); in fuse_simple_notify_reply() 1313 if (!test_bit(FR_ISREPLY, &req->flags)) { in fuse_dev_do_read()
|
H A D | virtio_fs.c | 1054 if (!test_bit(FR_ISREPLY, &req->flags)) in sg_count_fuse_req() 1164 if (test_bit(FR_ISREPLY, &req->flags)) { in virtio_fs_enqueue_req()
|
H A D | fuse_i.h | 327 * FR_ISREPLY: set if the request has reply 341 FR_ISREPLY, enumerator
|
Completed in 18 milliseconds