Home
last modified time | relevance | path

Searched refs:z_version (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c457 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp()
468 aclp->z_version = vers; in zfs_acl_alloc()
558 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()
854 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1242 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1244 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1336 acl_phys.z_acl_version = aclp->z_version; in zfs_aclset_common()
1543 aclp = zfs_acl_alloc(paclp->z_version); in zfs_acl_inherit()
1901 if (aclp->z_version == ZFS_ACL_VERSION_FUID) in zfs_getacl()
1949 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_vsec_2_aclp()
[all …]
H A Dzfs_vfsops.c853 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
1048 if (zfsvfs->z_version > in zfsvfs_init()
1052 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
1079 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
1080 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
1096 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
1346 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1364 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2636 if (newvers < zfsvfs->z_version) in zfs_set_version()
2681 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version()
[all …]
H A Dzfs_sa.c294 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
H A Dzfs_znode.c1034 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1069 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1935 zfsvfs->z_version = version; in zfs_create_fs()
H A Dzfs_log.c650 txtype = (zp->z_zfsvfs->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
H A Dzfs_replay.c817 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
H A Dzfs_dir.c762 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dsa.c1631 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()
H A Dzfs_vnops.c3469 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h82 uint64_t z_version; /* ZPL version */ member
H A Dzfs_acl.h164 uint_t z_version; /* version of ACL */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3810 acl_args.a_version = zacl.z_version; in zfs_acl_dump()