Searched refs:gids (Results 1 – 9 of 9) sorted by relevance
496 int gids; in unix_gid_parse() local517 rv = get_int(&mesg, &gids); in unix_gid_parse()518 if (rv || gids < 0 || gids > 8192) in unix_gid_parse()521 ug.gi = groups_alloc(gids); in unix_gid_parse()525 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()709 int err, rem, gids = 0; in sunrpc_nl_parse_one_unix_gid() local740 gids++; in sunrpc_nl_parse_one_unix_gid()742 if (gids > 8192) in sunrpc_nl_parse_one_unix_gid()745 ug.gi = groups_alloc(gids); in sunrpc_nl_parse_one_unix_gid()749 gids = 0; in sunrpc_nl_parse_one_unix_gid()[all …]
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()
129 u32 *gids; /* use these GIDs */ member
4422 cap_auths[i].match.gids = kcalloc(_len, sizeof(u32), in handle_session()4424 if (!cap_auths[i].match.gids) { in handle_session()4432 cap_auths[i].match.gids[j], in handle_session()4480 kfree(mdsc->s_cap_auths[i].match.gids); in handle_session()4634 kfree(cap_auths[i].match.gids); in handle_session()6430 if (caller_gid == auth->match.gids[i]) in ceph_mds_auth_match()6438 if (gid == auth->match.gids[j]) { in ceph_mds_auth_match()6828 kfree(mdsc->s_cap_auths[i].match.gids); in ceph_mdsc_stop()
24 of 16 gids.
57 Max uids/gids 65536 4294967296
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
4356 numeric uids/gids if the mount is using the4407 server will return only numeric uids and gids to4409 and gids from such clients. This is intended to ease