Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dmds_client.c4221 struct ceph_mds_cap_auth *cap_auths = NULL; in handle_session() local
4281 cap_auths = kzalloc_objs(struct ceph_mds_cap_auth, in handle_session()
4283 if (!cap_auths) { in handle_session()
4296 ceph_decode_64_safe(&p, end, cap_auths[i].match.uid, bad); in handle_session()
4299 cap_auths[i].match.gids = kcalloc(_len, sizeof(u32), in handle_session()
4301 if (!cap_auths[i].match.gids) { in handle_session()
4306 cap_auths[i].match.num_gids = _len; in handle_session()
4309 cap_auths[i].match.gids[j], in handle_session()
4315 cap_auths[i].match.path = kcalloc(_len + 1, sizeof(char), in handle_session()
4317 if (!cap_auths[i].match.path) { in handle_session()
[all …]