Searched refs:intr_req (Results 1 – 1 of 1) sorted by relevance
163 struct ceph_mds_request *intr_req; in ceph_lock_wait_for_completion() local205 intr_req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETFILELOCK, in ceph_lock_wait_for_completion()207 if (IS_ERR(intr_req)) in ceph_lock_wait_for_completion()208 return PTR_ERR(intr_req); in ceph_lock_wait_for_completion()210 intr_req->r_inode = inode; in ceph_lock_wait_for_completion()212 intr_req->r_num_caps = 1; in ceph_lock_wait_for_completion()214 intr_req->r_args.filelock_change = req->r_args.filelock_change; in ceph_lock_wait_for_completion()215 intr_req->r_args.filelock_change.rule = lock_type; in ceph_lock_wait_for_completion()216 intr_req->r_args.filelock_change.type = CEPH_LOCK_UNLOCK; in ceph_lock_wait_for_completion()218 err = ceph_mdsc_do_request(mdsc, inode, intr_req); in ceph_lock_wait_for_completion()[all …]
Completed in 3 milliseconds