Home
last modified time | relevance | path

Searched refs:zfs_fuid_map_id (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_fuid.c391 *uidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_fuid_map_ids()
392 *gidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_gid, cr, ZFS_GROUP); in zfs_fuid_map_ids()
396 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, in zfs_fuid_map_id() function
749 gid = zfs_fuid_map_id(zfsvfs, id, cr, ZFS_GROUP); in zfs_groupmember()
Dzfs_acl.c762 acep->a_who = zfs_fuid_map_id(zfsvfs, who, in zfs_copy_fuid_2_ace()
1658 gid = zfs_fuid_map_id(zfsvfs, acl_ids->z_fgid, in zfs_acl_ids_create()
2160 newid = zfs_fuid_map_id(zfsvfs, who, cr, in zfs_zaccess_aces_check()
2222 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_has_access()
2405 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_zaccess()
2535 downer = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr, ZFS_OWNER); in zfs_delete_final_check()
Dzfs_dir.c861 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
862 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
Dzfs_vnops.c4226 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_fuid.h103 extern uid_t zfs_fuid_map_id(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t);