Lines Matching refs:tsession
3817 struct ceph_mds_session *tsession = NULL; in handle_cap_export() local
3882 } else if (tsession) { in handle_cap_export()
3886 ceph_add_cap(inode, tsession, t_cap_id, issued, 0, in handle_cap_export()
3905 tsession = ceph_mdsc_open_export_target_session(mdsc, target); in handle_cap_export()
3906 if (!IS_ERR(tsession)) { in handle_cap_export()
3909 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export()
3912 mutex_lock(&tsession->s_mutex); in handle_cap_export()
3919 tsession = NULL; in handle_cap_export()
3928 if (tsession) { in handle_cap_export()
3929 mutex_unlock(&tsession->s_mutex); in handle_cap_export()
3930 ceph_put_mds_session(tsession); in handle_cap_export()