Searched refs:cap_auths (Results 1 – 1 of 1) sorted by relevance
4176 struct ceph_mds_cap_auth *cap_auths = NULL; in handle_session() local4236 cap_auths = kzalloc_objs(struct ceph_mds_cap_auth, in handle_session()4238 if (!cap_auths) { in handle_session()4251 ceph_decode_64_safe(&p, end, cap_auths[i].match.uid, bad); in handle_session()4254 cap_auths[i].match.gids = kcalloc(_len, sizeof(u32), in handle_session()4256 if (!cap_auths[i].match.gids) { in handle_session()4261 cap_auths[i].match.num_gids = _len; in handle_session()4264 cap_auths[i].match.gids[j], in handle_session()4270 cap_auths[i].match.path = kcalloc(_len + 1, sizeof(char), in handle_session()4272 if (!cap_auths[i].match.path) { in handle_session()[all …]