Searched refs:tsession (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 3889 struct ceph_mds_session *tsession = NULL; in handle_cap_export() local 3954 } else if (tsession) { in handle_cap_export() 3958 ceph_add_cap(inode, tsession, t_cap_id, issued, 0, in handle_cap_export() 3977 tsession = ceph_mdsc_open_export_target_session(mdsc, target); in handle_cap_export() 3978 if (!IS_ERR(tsession)) { in handle_cap_export() 3981 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export() 3984 mutex_lock(&tsession->s_mutex); in handle_cap_export() 3991 tsession = NULL; in handle_cap_export() 4000 if (tsession) { in handle_cap_export() 4001 mutex_unlock(&tsession in handle_cap_export() [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 3974 struct ceph_mds_session *tsession = NULL; in handle_cap_export() local 4040 } else if (tsession) { in handle_cap_export() 4044 ceph_add_cap(inode, tsession, t_cap_id, issued, 0, in handle_cap_export() 4064 tsession = ceph_mdsc_open_export_target_session(mdsc, target); in handle_cap_export() 4065 if (!IS_ERR(tsession)) { in handle_cap_export() 4068 mutex_lock_nested(&tsession->s_mutex, in handle_cap_export() 4071 mutex_lock(&tsession->s_mutex); in handle_cap_export() 4078 tsession = NULL; in handle_cap_export() 4088 if (tsession) { in handle_cap_export() 4089 mutex_unlock(&tsession in handle_cap_export() [all...] |
Completed in 13 milliseconds