Home
last modified time | relevance | path

Searched refs:tsession (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcaps.c3977 struct ceph_mds_session *tsession = NULL; in handle_cap_export() local
4043 } else if (tsession) { in handle_cap_export()
4047 ceph_add_cap(inode, tsession, t_cap_id, issued, 0, in handle_cap_export()
4067 tsession = ceph_mdsc_open_export_target_session(mdsc, target); in handle_cap_export()
4068 if (!IS_ERR(tsession)) { in handle_cap_export()
4071 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export()
4074 mutex_lock(&tsession->s_mutex); in handle_cap_export()
4081 tsession = NULL; in handle_cap_export()
4091 if (tsession) { in handle_cap_export()
4092 mutex_unlock(&tsession->s_mutex); in handle_cap_export()
[all …]