Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h59 struct uid_gid_map gid_map; member
133 ns.gid_map = idmap->gid_map; in zfs_gid_to_vfsgid()
182 ns.gid_map = idmap->gid_map; in zfs_vfsgid_to_gid()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/idmap_mount/
H A Didmap_mount_004.ksh76 echo "${GID1} ${GID2} 1" > /proc/$unshared_pid/gid_map
H A Didmap_mount_003.ksh74 echo "${GID1} ${GID2} 1" > /proc/$unshared_pid/gid_map
H A Didmap_mount_005.ksh80 echo "0 1000000 1000000" > /proc/$unshared_pid/gid_map
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h549 char *gid_map; member
H A Dmain.c2249 kfree(rdev->gid_map); in bnxt_re_dev_dealloc()
2287 rdev->gid_map = kzalloc(sizeof(*(rdev->gid_map)) * in bnxt_re_dev_alloc()
2290 if (!rdev->gid_map) { in bnxt_re_dev_alloc()
2295 rdev->gid_map[count] = -1; in bnxt_re_dev_alloc()
H A Dib_verbs.c484 rdev->gid_map[attr->index] = -1; in bnxt_re_del_gid()
491 rdev->gid_map[attr->index] = -1; in bnxt_re_del_gid()
544 rdev->gid_map[attr->index] = tbl_idx; in bnxt_re_add_gid()
560 rdev->gid_map[attr->index] = tbl_idx; in bnxt_re_add_gid()
955 gindx = rdev->gid_map[gindx]; in _get_sgid_index()