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

/freebsd-10.3-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.c287 lr->lr_mode = zp->z_mode;
415 lr->lr_mode = zp->z_mode;
H A Dzfs_znode.c210 nzp->z_mode = ozp->z_mode;
684 zp->z_mode = mode;
873 mode = acl_ids->z_mode;
1002 (*zpp)->z_mode = mode;
1314 zp->z_mode = mode;
1341 if (vp != NULL && vp->v_type != IFTOVT((mode_t)zp->z_mode)) {
H A Dzfs_vnops.c734 if (MANDMODE(zp->z_mode)) {
921 if (MANDMODE((mode_t)zp->z_mode) &&
1147 if ((zp->z_mode & (S_IXUSR | (S_IXUSR >> 3) |
1149 (zp->z_mode & (S_ISUID | S_ISGID)) != 0 &&
1151 (zp->z_mode & S_ISUID) != 0 && zp->z_uid == 0) != 0) {
1153 zp->z_mode &= ~(S_ISUID | S_ISGID);
1154 newmode = zp->z_mode;
2864 vap->va_type = IFTOVT(zp->z_mode);
2865 vap->va_mode = zp->z_mode & ~S_IFMT;
3188 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.3-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.h203 mode_t z_mode; /* mode (cached) */ member in struct:znode
/freebsd-10.3-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 174 milliseconds