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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1151 zp->z_mode = zfs_mode_compute(zp->z_mode, aclp,
1176 mode = zp->z_mode;
1181 zp->z_mode = mode;
1625 acl_ids->z_mode = MAKEIMODE(vap->va_type, vap->va_mode);
1658 if (dzp->z_mode & S_ISGID) {
1696 if (!(flag & IS_ROOT_NODE) && (dzp->z_mode & S_ISGID) &&
1698 acl_ids->z_mode |= S_ISGID;
1700 if ((acl_ids->z_mode & S_ISGID) &&
1702 acl_ids->z_mode
[all...]
H A Dzfs_log.c288 lr->lr_mode = zp->z_mode;
416 lr->lr_mode = zp->z_mode;
H A Dzfs_vnops.c736 if (MANDMODE(zp->z_mode)) {
935 if (MANDMODE((mode_t)zp->z_mode) &&
1161 if ((zp->z_mode & (S_IXUSR | (S_IXUSR >> 3) |
1163 (zp->z_mode & (S_ISUID | S_ISGID)) != 0 &&
1165 (zp->z_mode & S_ISUID) != 0 && zp->z_uid == 0) != 0) {
1167 zp->z_mode &= ~(S_ISUID | S_ISGID);
1168 newmode = zp->z_mode;
2710 vap->va_type = IFTOVT(zp->z_mode);
2711 vap->va_mode = zp->z_mode & ~S_IFMT;
3027 vap->va_mode = zp->z_mode;
[all...]
H A Dzfs_znode.c202 nzp->z_mode = ozp->z_mode;
673 zp->z_mode = mode;
864 mode = acl_ids->z_mode;
993 (*zpp)->z_mode = mode;
1328 zp->z_mode = mode;
1354 if (vp->v_type != IFTOVT((mode_t)zp->z_mode)) {
H A Dzfs_dir.c631 value = zfs_dirent(zp, zp->z_mode);
957 if ((zdp->z_mode & S_ISVTX) == 0)
/freebsd-11-stable/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.h196 mode_t z_mode; /* mode (cached) */ member in struct:znode
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c360 #define z_mode 16 /* non-quad operand size depends on prefixes */ macro
4852 case z_mode:
5748 intel_operand_size (z_mode, sizeflag);
5772 intel_operand_size (z_mode, sizeflag);

Completed in 306 milliseconds