Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h110 ns.gid_map = mnt_userns->gid_map; in zfs_gid_to_vfsgid()
159 ns.gid_map = mnt_userns->gid_map; in zfs_vfsgid_to_gid()
H A Dtypes.h66 struct uid_gid_map gid_map; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/idmap_mount/
H A Didmap_mount_004.ksh85 echo "${GID1} ${GID2} 1" > /proc/$unshared_pid/gid_map
H A Didmap_mount_003.ksh83 echo "${GID1} ${GID2} 1" > /proc/$unshared_pid/gid_map
H A Didmap_mount_005.ksh89 echo "0 1000000 1000000" > /proc/$unshared_pid/gid_map
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h548 char *gid_map; member
H A Dmain.c2184 kfree(rdev->gid_map); in bnxt_re_dev_dealloc()
2222 rdev->gid_map = kzalloc(sizeof(*(rdev->gid_map)) * in bnxt_re_dev_alloc()
2225 if (!rdev->gid_map) { in bnxt_re_dev_alloc()
2230 rdev->gid_map[count] = -1; in bnxt_re_dev_alloc()
H A Dib_verbs.c447 rdev->gid_map[index] = -1; in bnxt_re_del_gid()
454 rdev->gid_map[index] = -1; in bnxt_re_del_gid()
506 rdev->gid_map[index] = tbl_idx; in bnxt_re_add_gid()
522 rdev->gid_map[index] = tbl_idx; in bnxt_re_add_gid()
942 gindx = rdev->gid_map[gindx]; in _get_sgid_index()