Searched refs:tsession (Results 1 – 1 of 1) sorted by relevance
3874 struct ceph_mds_session *tsession = NULL; in handle_cap_export() local3940 } else if (tsession) { in handle_cap_export()3944 ceph_add_cap(inode, tsession, t_cap_id, issued, 0, in handle_cap_export()3964 tsession = ceph_mdsc_open_export_target_session(mdsc, target); in handle_cap_export()3965 if (!IS_ERR(tsession)) { in handle_cap_export()3968 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export()3971 mutex_lock(&tsession->s_mutex); in handle_cap_export()3978 tsession = NULL; in handle_cap_export()3988 if (tsession) { in handle_cap_export()3989 mutex_unlock(&tsession->s_mutex); in handle_cap_export()[all …]