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()
867 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_lookup()
950 set_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags); in ceph_mknod()
956 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mknod()
1076 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_symlink()
1157 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mkdir()
1230 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_link()
1410 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_unlink()
1460 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_unlink()
[all …]
H A Dmds_client.c1281 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request()
1338 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds()
3005 if (test_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags)) { in encode_mclientrequest_tail()
3059 bool parent_locked = test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in create_request_message()
3162 if (test_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags)) in create_request_message()
3393 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __prepare_send_request()
3444 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in __prepare_send_request()
3446 if (test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags)) in __prepare_send_request()
3495 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request()
3496 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request()
[all …]
H A Dinode.c1636 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1637 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1717 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1718 !test_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags) && in ceph_fill_trace()
1740 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1741 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1856 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1857 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
2016 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
2191 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.h317 unsigned long r_req_flags; member
H A Dexport.c573 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_get_name()
H A Ddebugfs.c106 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in mdsc_show()
H A Dfile.c890 set_bit(CEPH_MDS_R_FSCRYPT_FILE, &req->r_req_flags); in ceph_atomic_open()
912 set_bit(CEPH_MDS_R_ASYNC, &req->r_req_flags); in ceph_atomic_open()
952 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_atomic_open()