Searched refs:zfs_fuid_map_id (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 391 *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 741 gid = zfs_fuid_map_id(zfsvfs, id, cr, ZFS_GROUP); in zfs_groupmember()
|
H A D | zfs_acl.c | 765 acep->a_who = zfs_fuid_map_id(zfsvfs, who, in zfs_copy_fuid_2_ace() 1672 gid = zfs_fuid_map_id(zfsvfs, acl_ids->z_fgid, in zfs_acl_ids_create() 2162 newid = zfs_fuid_map_id(zfsvfs, who, cr, in zfs_zaccess_aces_check() 2224 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_has_access() 2397 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_zaccess() 2527 downer = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr, ZFS_OWNER); in zfs_delete_final_check()
|
H A D | zfs_dir.c | 1077 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access() 1078 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
|
H A D | zfs_vnops.c | 4115 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_fuid.h | 102 extern uid_t zfs_fuid_map_id(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t);
|