Searched refs:gids (Results 1 – 8 of 8) sorted by relevance
496 int gids; in unix_gid_parse() 517 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() 571 seq_puts(m, "#uid cnt: gids...\n"); in unix_gid_show() 709 int err, rem, gids = 0; in svcauth_unix_set_client() 737 /* Count gids */ in svcauth_unix_set_client() 740 gids in svcauth_unix_set_client() 493 int gids; unix_gid_parse() local [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()
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() 4302 pr_err_client(cl, "No memory for gids\n"); 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
4314 numeric uids/gids if the mount is using the4365 server will return only numeric uids and gids to4367 and gids from such clients. This is intended to ease