Home
last modified time | relevance | path

Searched refs:r_got_unsafe (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ceph/
Dmds_client.h256 bool r_got_unsafe, r_got_safe, r_got_result; member
Dmds_client.c663 if (req->r_unsafe_dir && req->r_got_unsafe) { in __unregister_request()
669 if (req->r_target_inode && req->r_got_unsafe) { in __unregister_request()
2077 if (req->r_got_unsafe) { in __prepare_send_request()
2126 if (req->r_got_unsafe) in __prepare_send_request()
2257 if (req->r_got_unsafe) in kick_requests()
2421 if ((req->r_got_unsafe && !head->safe) || in handle_reply()
2470 if (req->r_got_unsafe) { in handle_reply()
2488 req->r_got_unsafe = true; in handle_reply()
2540 if (err == 0 && req->r_got_unsafe && req->r_target_inode) { in handle_reply()
2763 if (req->r_got_unsafe) in replay_unsafe_requests()
Ddebugfs.c73 if (req->r_got_unsafe) in mdsc_show()