Searched refs:s_cap_auths (Results 1 – 2 of 2) sorted by relevance
4355 if (mdsc->s_cap_auths) { in handle_session() 4357 kfree(mdsc->s_cap_auths[i].match.gids); in handle_session() 4358 kfree(mdsc->s_cap_auths[i].match.path); in handle_session() 4359 kfree(mdsc->s_cap_auths[i].match.fs_name); in handle_session() 4361 kfree(mdsc->s_cap_auths); in handle_session() 4364 mdsc->s_cap_auths = cap_auths; in handle_session() 5866 struct ceph_mds_cap_auth *s = &mdsc->s_cap_auths[i]; in ceph_mds_check_access() 6154 if (mdsc->s_cap_auths) { in ceph_mdsc_stop() 6158 kfree(mdsc->s_cap_auths[i].match.gids); in ceph_mdsc_stop() 6159 kfree(mdsc->s_cap_auths[ in ceph_mdsc_stop() [all...]
560 struct ceph_mds_cap_auth *s_cap_auths; member