Searched refs:z_mode (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1168 zp->z_mode = zfs_mode_compute(zp->z_mode, aclp,
1192 mode = zp->z_mode;
1197 zp->z_mode = mode;
1631 acl_ids->z_mode = MAKEIMODE(vap->va_type, vap->va_mode);
1664 if (dzp->z_mode & S_ISGID) {
1702 if (!(flag & IS_ROOT_NODE) && (dzp->z_mode & S_ISGID) &&
1704 acl_ids->z_mode |= S_ISGID;
1706 if ((acl_ids->z_mode & S_ISGID) &&
1708 acl_ids->z_mode
[all...]
H A Dzfs_log.c286 lr->lr_mode = zp->z_mode;
414 lr->lr_mode = zp->z_mode;
H A Dzfs_znode.c209 nzp->z_mode = ozp->z_mode;
683 zp->z_mode = mode;
872 mode = acl_ids->z_mode;
1001 (*zpp)->z_mode = mode;
1313 zp->z_mode = mode;
1330 vp->v_type != IFTOVT((mode_t)zp->z_mode)) {
H A Dzfs_vnops.c687 if (MANDMODE(zp->z_mode)) {
872 if (MANDMODE((mode_t)zp->z_mode) &&
1092 if ((zp->z_mode & (S_IXUSR | (S_IXUSR >> 3) |
1094 (zp->z_mode & (S_ISUID | S_ISGID)) != 0 &&
1096 (zp->z_mode & S_ISUID) != 0 && zp->z_uid == 0) != 0) {
1098 zp->z_mode &= ~(S_ISUID | S_ISGID);
1099 newmode = zp->z_mode;
2808 vap->va_type = IFTOVT(zp->z_mode);
2809 vap->va_mode = zp->z_mode & ~S_IFMT;
3132 vap->va_mode = zp->z_mode;
[all...]
H A Dzfs_dir.c766 value = zfs_dirent(zp, zp->z_mode);
1097 if ((zdp->z_mode & S_ISVTX) == 0)
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_acl.h183 uint64_t z_mode; /* mode to set on create */ member in struct:zfs_acl_ids
H A Dzfs_znode.h205 mode_t z_mode; /* mode (cached) */ member in struct:znode
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Di386-dis.c358 #define z_mode 16 /* non-quad operand size depends on prefixes */ macro
4850 case z_mode:
5746 intel_operand_size (z_mode, sizeflag);
5770 intel_operand_size (z_mode, sizeflag);

Completed in 199 milliseconds