Lines Matching refs:tsession
3974 struct ceph_mds_session *tsession = NULL;
4040 } else if (tsession) {
4044 ceph_add_cap(inode, tsession, t_cap_id, issued, 0,
4064 tsession = ceph_mdsc_open_export_target_session(mdsc, target);
4065 if (!IS_ERR(tsession)) {
4068 mutex_lock_nested(&tsession->s_mutex,
4071 mutex_lock(&tsession->s_mutex);
4078 tsession = NULL;
4088 if (tsession) {
4089 mutex_unlock(&tsession->s_mutex);
4090 ceph_put_mds_session(tsession);