Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c449 return (zfs_acl_version(ZTOZSB(zp)->z_version)); in zfs_acl_version_zp()
460 aclp->z_version = vers; in zfs_acl_alloc()
548 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()
806 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform()
832 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1391 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common()
1392 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1394 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1427 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()
1480 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common()
[all …]
H A Dzfs_vfsops.c626 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()
629 if (zfsvfs->z_version > in zfsvfs_init()
633 "this file system.\n", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
664 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
665 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
788 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
993 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
994 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2042 if (newvers < zfsvfs->z_version) in zfs_set_version()
2087 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version()
[all …]
H A Dzfs_znode_os.c894 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
937 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1913 zfsvfs->z_version = version; in zfs_create_fs()
H A Dzfs_dir.c793 if (ZTOZSB(zp)->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dzfs_vnops_os.c2358 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c451 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp()
462 aclp->z_version = vers; in zfs_acl_alloc()
550 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()
808 ASSERT3U(aclp->z_version, ==, ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform()
834 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1206 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common()
1207 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1209 ASSERT3U(aclp->z_version, >=, ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1242 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()
1295 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common()
[all …]
H A Dzfs_vfsops.c818 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()
821 if (zfsvfs->z_version > in zfsvfs_init()
825 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
857 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
858 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
908 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
1213 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1214 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2254 if (newvers < zfsvfs->z_version) in zfs_set_version()
2299 "from %ju to %ju", (uintmax_t)zfsvfs->z_version, in zfs_set_version()
[all …]
H A Dzfs_znode_os.c790 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
829 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1775 zfsvfs->z_version = version; in zfs_create_fs()
H A Dzfs_dir.c571 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dzfs_vnops_os.c2739 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/src/sys/contrib/openzfs/include/sys/
H A Dzfs_acl.h165 uint_t z_version; /* version of ACL */ member
/src/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h89 uint64_t z_version; /* ZPL version */ member
/src/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h124 uint64_t z_version; /* ZPL version */ member
/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_quota.c318 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
H A Dzfs_sa.c408 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
H A Dzfs_log.c838 txtype = (ZTOZSB(zp)->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
H A Dzfs_replay.c976 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
H A Dsa.c1717 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()