Searched refs:FR_ABORTED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 623 if (test_bit(FR_ABORTED, &req->flags)) in lock_request() 641 if (test_bit(FR_ABORTED, &req->flags)) in unlock_request() 867 if (test_bit(FR_ABORTED, &cs->req->flags)) in fuse_try_move_page() 2161 set_bit(FR_ABORTED, &req->flags); in fuse_abort_conn()
|
H A D | fuse_i.h | 316 * FR_ABORTED: the request was aborted 330 FR_ABORTED, enumerator 344 * - FR_ABORTED
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dev.c | 617 if (test_bit(FR_ABORTED, &req->flags)) in lock_request() 635 if (test_bit(FR_ABORTED, &req->flags)) in unlock_request() 858 if (test_bit(FR_ABORTED, &cs->req->flags)) in fuse_try_move_page() 2150 set_bit(FR_ABORTED, &req->flags); in fuse_abort_conn()
|
H A D | fuse_i.h | 331 * FR_ABORTED: the request was aborted 345 FR_ABORTED, enumerator 359 * - FR_ABORTED
|
Completed in 10 milliseconds