Lines Matching refs:req2
2316 struct ceph_mds_request *req1 = NULL, *req2 = NULL;
2327 req2 = list_last_entry(&ci->i_unsafe_iops,
2330 ceph_mdsc_get_request(req2);
2339 if (req1 || req2) {
2369 if (req2) {
2405 inode, req1 ? req1->r_tid : 0ULL, req2 ? req2->r_tid : 0ULL);
2412 if (req2) {
2413 ret = !wait_for_completion_timeout(&req2->r_safe_completion,
2414 ceph_timeout_jiffies(req2->r_timeout));
2422 if (req2)
2423 ceph_mdsc_put_request(req2);