Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_acl.c450 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp()
461 aclp->z_version = vers; in zfs_acl_alloc()
551 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()
809 ASSERT3U(aclp->z_version, ==, ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform()
835 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()
1294 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common()
[all …]
HDzfs_vfsops.c815 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()
818 if (zfsvfs->z_version > in zfsvfs_init()
822 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
854 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
855 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
875 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
1175 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1193 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2219 if (newvers < zfsvfs->z_version) in zfs_set_version()
2264 "from %ju to %ju", (uintmax_t)zfsvfs->z_version, in zfs_set_version()
[all …]
HDzfs_znode.c790 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
824 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1762 zfsvfs->z_version = version; in zfs_create_fs()
HDzfs_dir.c559 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
HDzfs_vnops_os.c2670 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_acl.c448 return (zfs_acl_version(ZTOZSB(zp)->z_version)); in zfs_acl_version_zp()
459 aclp->z_version = vers; in zfs_acl_alloc()
549 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()
807 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform()
833 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1371 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common()
1372 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1374 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1407 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()
1459 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common()
[all …]
HDzfs_vfsops.c639 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()
642 if (zfsvfs->z_version > in zfsvfs_init()
646 "this file system.\n", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
677 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
678 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
771 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
970 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
971 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1981 if (newvers < zfsvfs->z_version) in zfs_set_version()
2026 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version()
[all …]
HDzfs_znode.c911 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
954 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1935 zfsvfs->z_version = version; in zfs_create_fs()
HDzfs_dir.c779 if (ZTOZSB(zp)->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
HDzfs_vnops_os.c2305 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzfs_acl.h164 uint_t z_version; /* version of ACL */ member
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDzfs_vfsops_os.h123 uint64_t z_version; /* ZPL version */ member
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
HDzfs_vfsops_os.h108 uint64_t z_version; /* ZPL version */ member
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzfs_quota.c292 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
HDzfs_sa.c385 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
HDzfs_log.c737 txtype = (ZTOZSB(zp)->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
HDzfs_replay.c829 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
HDsa.c1655 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()