Searched refs:zfs_fuid_map_id (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_fuid.c | 384 *uidp = zfs_fuid_map_id(ZTOZSB(zp), KUID_TO_SUID(ZTOUID(zp)), in zfs_fuid_map_ids() 386 *gidp = zfs_fuid_map_id(ZTOZSB(zp), KGID_TO_SGID(ZTOGID(zp)), in zfs_fuid_map_ids() 392 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, in zfs_fuid_map_id() function 404 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, in zfs_fuid_map_id() function 415 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, in zfs_fuid_map_id() function 774 gid = zfs_fuid_map_id(zfsvfs, id, cr, ZFS_GROUP); in zfs_groupmember()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_fuid.h | 101 extern uid_t zfs_fuid_map_id(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 757 acep->a_who = zfs_fuid_map_id(zfsvfs, who, in zfs_copy_fuid_2_ace() 1669 gid = zfs_fuid_map_id(zfsvfs, acl_ids->z_fgid, in zfs_acl_ids_create() 2164 newid = zfs_fuid_map_id(zfsvfs, who, cr, in zfs_zaccess_aces_check() 2226 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_has_access() 2392 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_zaccess() 2523 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 | 959 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access() 960 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
|
| H A D | zfs_vnops_os.c | 3748 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 757 acep->a_who = zfs_fuid_map_id(zfsvfs, who, in zfs_copy_fuid_2_ace() 1836 gid = zfs_fuid_map_id(zfsvfs, acl_ids->z_fgid, in zfs_acl_ids_create() 2335 newid = zfs_fuid_map_id(zfsvfs, who, cr, in zfs_zaccess_aces_check() 2397 owner = zfs_fuid_map_id(ZTOZSB(zp), in zfs_has_access() 2565 owner = zfs_fuid_map_id(ZTOZSB(zp), KUID_TO_SUID(ZTOI(zp)->i_uid), in zfs_zaccess() 2856 owner = zfs_fuid_map_id(ZTOZSB(dzp), in zfs_zaccess_delete()
|
| H A D | zfs_dir.c | 1215 downer = zfs_fuid_map_id(zfsvfs, KUID_TO_SUID(ZTOI(zdp)->i_uid), in zfs_sticky_remove_access() 1217 fowner = zfs_fuid_map_id(zfsvfs, KUID_TO_SUID(ZTOI(zp)->i_uid), in zfs_sticky_remove_access()
|
| H A D | zfs_vnops_os.c | 3332 owner = zfs_fuid_map_id(zfsvfs, KUID_TO_SUID(sip->i_uid), in zfs_link()
|