Searched refs:tsession (Results 1 – 1 of 1) sorted by relevance
4094 struct ceph_mds_session *tsession = NULL; in handle_cap_export() local4161 } else if (tsession) { in handle_cap_export()4165 ceph_add_cap(inode, tsession, t_cap_id, issued, 0, in handle_cap_export()4185 tsession = ceph_mdsc_open_export_target_session(mdsc, target); in handle_cap_export()4186 if (!IS_ERR(tsession)) { in handle_cap_export()4189 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export()4192 mutex_lock(&tsession->s_mutex); in handle_cap_export()4199 tsession = NULL; in handle_cap_export()4209 if (tsession) { in handle_cap_export()4210 mutex_unlock(&tsession->s_mutex); in handle_cap_export()[all …]