Home
last modified time | relevance | path

Searched refs:z_uid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h58 uint64_t z_uid; \
112 #define ZTOUID(zp) ((zp)->z_uid)
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c510 uint64_t z_uid, z_gid; in zfs_znode_alloc() local
551 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_UID(zfsvfs), NULL, &z_uid, 8); in zfs_znode_alloc()
573 zfs_uid_write(ip, z_uid); in zfs_znode_alloc()
1164 uint64_t z_uid, z_gid; in zfs_rezget() local
1225 &z_uid, sizeof (z_uid)); in zfs_rezget()
1256 zfs_uid_write(ZTOI(zp), z_uid); in zfs_rezget()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c477 &zp->z_uid, 8); in zfs_znode_alloc()
511 ASSERT0(zp->z_uid); in zfs_znode_alloc()
1134 &zp->z_uid, sizeof (zp->z_uid)); in zfs_rezget()
H A Dzfs_dir.c974 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
975 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
H A Dzfs_acl.c1153 &zp->z_pflags, zp->z_uid, zp->z_gid); in zfs_acl_chown_setattr()
1184 zp->z_uid, zp->z_gid); in zfs_aclset_common()
2231 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_has_access()
2363 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_zaccess()
2496 downer = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr, ZFS_OWNER); in zfs_delete_final_check()
H A Dzfs_vnops_os.c2457 if (new_uid != zp->z_uid && in zfs_setattr()
2604 zp->z_uid = new_uid; in zfs_setattr()
2609 attrzp->z_uid = new_uid; in zfs_setattr()
3641 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link()
4153 if (zfs_id_overblockquota(zfsvfs, DMU_USERUSED_OBJECT, zp->z_uid) || in zfs_putpages()
4489 error = vaccess(vp->v_type, zp->z_mode, zp->z_uid, in zfs_freebsd_access()