Searched refs:z_uid (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_log.c | 289 if (!IS_EPHEMERAL(zp->z_uid)) { in zfs_log_create() 290 lr->lr_uid = (uint64_t)zp->z_uid; in zfs_log_create() 414 lr->lr_uid = zp->z_uid; in zfs_log_symlink()
|
| HD | zfs_acl.c | 1152 &zp->z_pflags, zp->z_uid, zp->z_gid); in zfs_acl_chown_setattr() 1179 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() 2327 if (FUID_INDEX(zdp->z_uid) != 0 || FUID_INDEX(zdp->z_gid) != 0) { in zfs_fastaccesschk_execute() 2332 if (uid == zdp->z_uid) { in zfs_fastaccesschk_execute() 2432 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_zaccess() 2562 downer = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr, ZFS_OWNER); in zfs_delete_final_check()
|
| HD | zfs_znode.c | 200 nzp->z_uid = ozp->z_uid; in zfs_znode_move_impl() 660 &zp->z_uid, 8); in zfs_znode_alloc() 702 ASSERT(zp->z_uid == 0 && zp->z_gid == 0); in zfs_znode_alloc() 1316 &zp->z_uid, sizeof (zp->z_uid)); in zfs_rezget()
|
| HD | zfs_dir.c | 960 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access() 961 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_sticky_remove_access()
|
| HD | zfs_fuid.c | 386 *uidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); in zfs_fuid_map_ids()
|
| HD | zfs_vnops.c | 1165 (zp->z_mode & S_ISUID) != 0 && zp->z_uid == 0) != 0) { in zfs_write() 3224 if (new_uid != zp->z_uid && in zfs_setattr() 3332 zp->z_uid = new_uid; in zfs_setattr() 3337 attrzp->z_uid = new_uid; in zfs_setattr() 4248 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER); in zfs_link() 4933 error = vaccess(vp->v_type, zp->z_mode, zp->z_uid,
|
| HD | zfs_vfsops.c | 1003 fuid = isgroup ? zp->z_gid : zp->z_uid; in zfs_owner_overquota()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | zfs_znode.h | 194 uint64_t z_uid; /* uid fuid (cached) */ member
|