Searched refs:z_uid (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_log.c | 287 if (!IS_EPHEMERAL(zp->z_uid)) { in zfs_log_create() 288 lr->lr_uid = (uint64_t)zp->z_uid; in zfs_log_create() 412 lr->lr_uid = zp->z_uid; in zfs_log_symlink()
|
| HD | zfs_acl.c | 1169 &zp->z_pflags, zp->z_uid, zp->z_gid); in zfs_acl_chown_setattr() 1205 zp->z_uid, zp->z_gid); in zfs_aclset_common() 2247 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_has_access() 2325 if (FUID_INDEX(zdp->z_uid) != 0 || FUID_INDEX(zdp->z_gid) != 0) { in zfs_fastaccesschk_execute() 2330 if (uid == zdp->z_uid) { in zfs_fastaccesschk_execute() 2430 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_zaccess() 2560 downer = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr, ZFS_OWNER); in zfs_delete_final_check()
|
| HD | zfs_znode.c | 208 nzp->z_uid = ozp->z_uid; in zfs_znode_move_impl() 671 &zp->z_uid, 8); in zfs_znode_alloc() 713 ASSERT(zp->z_uid == 0 && zp->z_gid == 0); in zfs_znode_alloc() 1302 &zp->z_uid, sizeof (zp->z_uid)); in zfs_rezget()
|
| HD | zfs_dir.c | 1100 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access() 1101 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
|
| HD | zfs_fuid.c | 391 *uidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_fuid_map_ids()
|
| HD | zfs_vnops.c | 1112 (zp->z_mode & S_ISUID) != 0 && zp->z_uid == 0) != 0) { in zfs_write() 3344 if (new_uid != zp->z_uid && in zfs_setattr() 3457 zp->z_uid = new_uid; in zfs_setattr() 3462 attrzp->z_uid = new_uid; in zfs_setattr() 4396 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link() 6134 error = vaccess(vp->v_type, zp->z_mode, zp->z_uid,
|
| HD | zfs_vfsops.c | 856 fuid = isgroup ? zp->z_gid : zp->z_uid; in zfs_owner_overquota()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | zfs_znode.h | 201 uint64_t z_uid; /* uid fuid (cached) */ member
|