Searched refs:gids (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | svcauth_unix.c | 481 int gids; in unix_gid_parse() local 502 rv = get_int(&mesg, &gids); in unix_gid_parse() 503 if (rv || gids < 0 || gids > 8192) in unix_gid_parse() 506 ug.gi = groups_alloc(gids); in unix_gid_parse() 510 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | main.c | 79 union ib_gid gids[128]; member 1511 union ib_gid *gids; in update_gids_task() local 1525 gids = mailbox->buf; in update_gids_task() 1526 memcpy(gids, gw->gids, sizeof gw->gids); in update_gids_task() 1548 union ib_gid *gids; in reset_gids_task() local 1561 gids = mailbox->buf; in reset_gids_task() 1562 memcpy(gids, gw->gids, sizeof(gw->gids)); in reset_gids_task() 1631 memcpy(work->gids, dev->iboe.gid_table[port - 1], sizeof(work->gids)); in update_gid_table() 1655 memset(dev->iboe.gid_table[port - 1], 0, sizeof(work->gids)); in reset_gid_table() 1656 memset(work->gids, 0, sizeof(work->gids)); in reset_gid_table()
|
/linux-4.1.27/Documentation/infiniband/ |
D | sysfs.txt | 54 The "pkeys" and "gids" subdirectories contain one file for each
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 572 int gids; in mlx4_get_base_gid_ix() local 601 gids = MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS; in mlx4_get_base_gid_ix() 603 if (slave_gid <= gids % vfs) in mlx4_get_base_gid_ix() 604 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1); in mlx4_get_base_gid_ix() 606 return MLX4_ROCE_PF_GIDS + (gids % vfs) + in mlx4_get_base_gid_ix() 607 ((gids / vfs) * (slave_gid - 1)); in mlx4_get_base_gid_ix()
|
/linux-4.1.27/Documentation/filesystems/ |
D | squashfs.txt | 39 32-bit uids/gids: yes no 192 converted to 32-bit uids/gids using an id look up table. This table is
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 18 of 16 gids.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 496 and retrieving uids/gids/mode from the server) or to
|
D | CHANGES | 188 gids on the server do not match those of the client. Make "sec=none"
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 2225 numeric uids/gids if the mount is using the 2261 server will return only numeric uids and gids to 2263 and gids from such clients. This is intended to ease
|