Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h57 uint64_t z_uid; \
113 #define ZTOUID(zp) ((zp)->z_uid)
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c531 uint64_t z_uid, z_gid; in zfs_znode_alloc() local
571 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_UID(zfsvfs), NULL, &z_uid, 8); in zfs_znode_alloc()
592 zfs_uid_write(ip, z_uid); in zfs_znode_alloc()
1173 uint64_t z_uid, z_gid; in zfs_rezget() local
1233 &z_uid, sizeof (z_uid)); in zfs_rezget()
1263 zfs_uid_write(ZTOI(zp), z_uid); in zfs_rezget()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c959 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 Dzfs_acl.c1151 &zp->z_pflags, zp->z_uid, zp->z_gid); in zfs_acl_chown_setattr()
1180 zp->z_uid, zp->z_gid); in zfs_aclset_common()
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 Dzfs_znode.c471 &zp->z_uid, 8); in zfs_znode_alloc()
505 ASSERT(zp->z_uid == 0 && zp->z_gid == 0); in zfs_znode_alloc()
1114 &zp->z_uid, sizeof (zp->z_uid)); in zfs_rezget()
H A Dzfs_vnops_os.c2583 if (new_uid != zp->z_uid && in zfs_setattr()
2730 zp->z_uid = new_uid; in zfs_setattr()
2735 attrzp->z_uid = new_uid; in zfs_setattr()
3748 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link()
4217 if (zfs_id_overblockquota(zfsvfs, DMU_USERUSED_OBJECT, zp->z_uid) || in zfs_putpages()
4523 error = vaccess(vp->v_type, zp->z_mode, zp->z_uid, in zfs_freebsd_access()
4526 error = vaccess(vp->v_type, zp->z_mode, zp->z_uid, in zfs_freebsd_access()