Searched refs:r_req_flags (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ceph/ |
H A D | dir.c | 422 __set_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in ceph_readdir() 483 if (test_bit(CEPH_MDS_R_DID_PREPOPULATE, &req->r_req_flags)) { in ceph_readdir() 865 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_lookup() 948 set_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags); in ceph_mknod() 954 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mknod() 1073 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_symlink() 1154 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mkdir() 1227 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_link() 1407 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_unlink() 1445 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_unlink() [all …]
|
H A D | mds_client.c | 1235 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request() 1292 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds() 2951 if (test_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags)) { in encode_mclientrequest_tail() 3005 bool parent_locked = test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in create_request_message() 3108 if (test_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags)) in create_request_message() 3337 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __prepare_send_request() 3388 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in __prepare_send_request() 3390 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) in __prepare_send_request() 3437 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request() 3438 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request() [all …]
|
H A D | inode.c | 1606 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace() 1607 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1686 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1687 !test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && in ceph_fill_trace() 1709 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace() 1710 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace() 1820 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace() 1821 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace() 1974 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate() 2149 set_bit(CEPH_MDS_R_DID_PREPOPULATE, &req->r_req_flags); in ceph_readdir_prepopulate() [all …]
|
H A D | locks.c | 183 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_lock_wait_for_completion() 193 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
|
H A D | mds_client.h | 313 unsigned long r_req_flags; member
|
H A D | debugfs.c | 74 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in mdsc_show()
|
H A D | export.c | 573 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_get_name()
|
H A D | file.c | 873 set_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags); in ceph_atomic_open() 895 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_atomic_open() 935 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_atomic_open()
|