Home
last modified time | relevance | path

Searched refs:FR_PENDING (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/fuse/
H A Ddev.c49 __set_bit(FR_PENDING, &req->flags); in fuse_request_init()
299 WARN_ON(test_bit(FR_PENDING, &req->flags)); in fuse_request_end()
397 if (test_bit(FR_PENDING, &req->flags)) { in request_wait_answer()
1278 clear_bit(FR_PENDING, &req->flags); in fuse_dev_do_read()
2183 clear_bit(FR_PENDING, &req->flags); in fuse_abort_conn()
H A Dfuse_i.h319 * FR_PENDING: request is not yet in userspace
333 FR_PENDING, enumerator
H A Dvirtio_fs.c1241 clear_bit(FR_PENDING, &req->flags);
/kernel/linux/linux-6.6/fs/fuse/
H A Ddev.c49 __set_bit(FR_PENDING, &req->flags); in fuse_request_init()
299 WARN_ON(test_bit(FR_PENDING, &req->flags)); in fuse_request_end()
393 if (test_bit(FR_PENDING, &req->flags)) { in request_wait_answer()
1269 clear_bit(FR_PENDING, &req->flags); in fuse_dev_do_read()
2172 clear_bit(FR_PENDING, &req->flags); in fuse_abort_conn()
H A Dfuse_i.h334 * FR_PENDING: request is not yet in userspace
348 FR_PENDING, enumerator
H A Dvirtio_fs.c1235 clear_bit(FR_PENDING, &req->flags);

Completed in 14 milliseconds