Searched refs:IS_EPHEMERAL (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c287 if (!IS_EPHEMERAL(zp->z_uid)) {
292 if (!IS_EPHEMERAL(zp->z_gid)) {
585 if ((mask_applied & AT_UID) && IS_EPHEMERAL(vap->va_uid))
590 if ((mask_applied & AT_GID) && IS_EPHEMERAL(vap->va_gid))
H A Dzfs_fuid.c515 if (IS_EPHEMERAL(id))
526 if (!IS_EPHEMERAL(id))
575 if (!zfsvfs->z_use_fuids || !IS_EPHEMERAL(id) || fuid_idx != 0)
H A Dzfs_replay.c66 vap->va_uid = (uid_t)(IS_EPHEMERAL(uid)) ? -1 : uid;
68 vap->va_gid = (gid_t)(IS_EPHEMERAL(gid)) ? -1 : gid;
182 if (IS_EPHEMERAL(uid))
185 if (IS_EPHEMERAL(gid))
H A Dzfs_vnops.c1602 IS_EPHEMERAL(uid) || IS_EPHEMERAL(gid)))
2101 IS_EPHEMERAL(uid) || IS_EPHEMERAL(gid)))
3011 (((mask & AT_UID) && IS_EPHEMERAL(vap->va_uid)) ||
3012 ((mask & AT_GID) && IS_EPHEMERAL(vap->va_gid)) ||
H A Dzfs_acl.c1673 IS_EPHEMERAL(acl_ids->z_fgid)) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_znode.h111 #define IS_EPHEMERAL(x) (x > MAXUID) macro

Completed in 133 milliseconds