Searched refs:gids (Results 1 – 8 of 8) sorted by relevance
493 int gids; in unix_gid_parse() local514 rv = get_int(&mesg, &gids); in unix_gid_parse()515 if (rv || gids < 0 || gids > 8192) in unix_gid_parse()518 ug.gi = groups_alloc(gids); in unix_gid_parse()522 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()
1110 int gids; in mlx4_get_base_gid_ix() local1139 gids = MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS; in mlx4_get_base_gid_ix()1141 if (slave_gid <= gids % vfs) in mlx4_get_base_gid_ix()1142 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1); in mlx4_get_base_gid_ix()1144 return MLX4_ROCE_PF_GIDS + (gids % vfs) + in mlx4_get_base_gid_ix()1145 ((gids / vfs) * (slave_gid - 1)); in mlx4_get_base_gid_ix()
84 u32 *gids; /* use these GIDs */ member
4299 cap_auths[i].match.gids = kcalloc(_len, sizeof(u32), in handle_session()4301 if (!cap_auths[i].match.gids) { in handle_session()4309 cap_auths[i].match.gids[j], in handle_session()4357 kfree(mdsc->s_cap_auths[i].match.gids); in handle_session()4506 kfree(cap_auths[i].match.gids); in handle_session()5760 if (caller_gid == auth->match.gids[i]) in ceph_mds_auth_match()5768 if (gid == auth->match.gids[j]) { in ceph_mds_auth_match()6158 kfree(mdsc->s_cap_auths[i].match.gids); in ceph_mdsc_stop()
24 of 16 gids.
654 All VFS helpers that generate or take uids and gids as arguments use the656 to catch errors that originate from conflating filesystem and VFS uids and gids.
578 and retrieving uids/gids/mode from the server) or to
4341 numeric uids/gids if the mount is using the4392 server will return only numeric uids and gids to4394 and gids from such clients. This is intended to ease