Home
last modified time | relevance | path

Searched refs:r_req_flags (Results 1 – 8 of 8) sorted by relevance

/linux/fs/ceph/
H A Ddir.c422 __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()
1074 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_symlink()
1155 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mkdir()
1228 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_link()
1408 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_unlink()
1458 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_unlink()
[all …]
H A Dmds_client.c1237 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request()
1294 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds()
2961 if (test_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags)) { in encode_mclientrequest_tail()
3015 bool parent_locked = test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in create_request_message()
3118 if (test_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags)) in create_request_message()
3349 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __prepare_send_request()
3400 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in __prepare_send_request()
3402 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) in __prepare_send_request()
3451 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request()
3452 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request()
[all …]
H A Dinode.c1596 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1597 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1676 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1677 !test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && in ceph_fill_trace()
1699 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1700 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1815 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1816 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1975 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
2150 set_bit(CEPH_MDS_R_DID_PREPOPULATE, &req->r_req_flags); in ceph_readdir_prepopulate()
[all …]
H A Dlocks.c183 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 Dmds_client.h313 unsigned long r_req_flags; member
H A Ddebugfs.c74 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in mdsc_show()
H A Dexport.c573 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_get_name()
H A Dfile.c871 set_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags); in ceph_atomic_open()
893 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_atomic_open()
933 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_atomic_open()