Searched refs:CEPH_MDS_R_GOT_UNSAFE (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ceph/
H A Dmds_client.h284 #define CEPH_MDS_R_GOT_UNSAFE (3) /* got an unsafe reply */ macro
H A Ddebugfs.c76 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags))
H A Dmds_client.c1235 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) {
3301 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) {
3352 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags))
3631 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags))
3833 if ((test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags) && !head->safe) ||
3857 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) {
3871 set_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags);
3959 test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags)) {
4343 if (test_bit(CEPH_MDS_R_GOT_UNSAFE, &req->r_req_flags))

Completed in 240 milliseconds