Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c825 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request()
832 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __unregister_request()
889 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds()
2297 &req->r_req_flags)); in create_request_message()
2445 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) { in __prepare_send_request()
2494 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in __prepare_send_request()
2517 if (req->r_err || test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in __do_request()
2518 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in __do_request()
2646 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in kick_requests()
2708 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_mdsc_wait_request()
[all …]
Ddir.c392 __set_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in ceph_readdir()
444 if (test_bit(CEPH_MDS_R_DID_PREPOPULATE, &req->r_req_flags)) { in ceph_readdir()
786 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_lookup()
856 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mknod()
918 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_symlink()
982 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_mkdir()
1027 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_link()
1074 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_unlink()
1123 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_rename()
Dinode.c1248 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1249 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1308 (!test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1323 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags) && in ceph_fill_trace()
1324 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1436 test_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags) && in ceph_fill_trace()
1437 !test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) { in ceph_fill_trace()
1572 if (test_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags)) in ceph_readdir_prepopulate()
1741 set_bit(CEPH_MDS_R_DID_PREPOPULATE, &req->r_req_flags); in ceph_readdir_prepopulate()
Dlocks.c168 if (test_bit(CEPH_MDS_R_GOT_RESULT, &req->r_req_flags)) { in ceph_lock_wait_for_completion()
178 set_bit(CEPH_MDS_R_ABORTED, &req->r_req_flags); in ceph_lock_wait_for_completion()
Ddebugfs.c73 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) in mdsc_show()
Dmds_client.h247 unsigned long r_req_flags; member
Dexport.c536 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_get_name()
Dfile.c498 set_bit(CEPH_MDS_R_PARENT_LOCKED, &req->r_req_flags); in ceph_atomic_open()