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()
826 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform()
854 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1241 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common()
1242 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1244 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1277 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()
1329 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common()
[all …]
H A Dzfs_vfsops.c871 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
1066 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()
1069 if (zfsvfs->z_version > in zfsvfs_init()
1073 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
1100 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
1101 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
1117 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
1367 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1385 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2660 if (newvers < zfsvfs->z_version) 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_dir.c762 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dzfs_replay.c817 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
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.h83 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.c3844 acl_args.a_version = zacl.z_version; in zfs_acl_dump()