zfs_fuid_map_id
extern uid_t zfs_fuid_map_id(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t);
gid = zfs_fuid_map_id(zfsvfs, acl_ids->z_fgid,
owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER);
owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER);
owner = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr,
acep->a_who = zfs_fuid_map_id(zfsvfs, who,
downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER);
fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER);
*uidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER);
*gidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_gid, cr, ZFS_GROUP);
gid = zfs_fuid_map_id(zfsvfs, id, cr, ZFS_GROUP);
owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER);