Searched refs:z_uid (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_log.c | 284 if (!IS_EPHEMERAL(zp->z_uid)) { 285 lr->lr_uid = (uint64_t)zp->z_uid; 409 lr->lr_uid = zp->z_uid;
|
H A D | zfs_acl.c | 1169 &zp->z_pflags, zp->z_uid, zp->z_gid); 1195 zp->z_uid, zp->z_gid); 2217 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); 2295 if (FUID_INDEX(zdp->z_uid) != 0 || FUID_INDEX(zdp->z_gid) != 0) { 2300 if (uid == zdp->z_uid) { 2390 owner = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER); 2681 owner = zfs_fuid_map_id(dzp->z_zfsvfs, dzp->z_uid, cr,
|
H A D | zfs_znode.c | 209 nzp->z_uid = ozp->z_uid; 670 &zp->z_uid, 8); 714 ASSERT(zp->z_uid == 0 && zp->z_gid == 0); 1233 &zp->z_uid, sizeof (zp->z_uid));
|
H A D | zfs_dir.c | 1082 downer = zfs_fuid_map_id(zfsvfs, zdp->z_uid, cr, ZFS_OWNER); 1083 fowner = zfs_fuid_map_id(zfsvfs, zp->z_uid, cr, ZFS_OWNER);
|
H A D | zfs_fuid.c | 391 *uidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER);
|
H A D | zfs_vnops.c | 952 (zp->z_mode & S_ISUID) != 0 && zp->z_uid == 0) != 0) { 3043 if (new_uid != zp->z_uid && 3156 zp->z_uid = new_uid; 3161 attrzp->z_uid = new_uid; 4079 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER);
|
H A D | zfs_vfsops.c | 848 fuid = isgroup ? zp->z_gid : zp->z_uid;
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 193 uint64_t z_uid; /* uid fuid (cached) */ member in struct:znode
|
Completed in 357 milliseconds