| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 442 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp() 453 aclp->z_version = vers; in zfs_acl_alloc() 541 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid() 799 ASSERT3U(aclp->z_version, ==, ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform() 825 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform() 1197 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common() 1198 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common() 1200 ASSERT3U(aclp->z_version, >=, ZFS_ACL_VERSION_FUID); in zfs_aclset_common() 1233 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common() 1286 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common() [all …]
|
| H A D | zfs_vfsops.c | 817 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init() 820 if (zfsvfs->z_version > in zfsvfs_init() 824 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init() 856 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 857 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 907 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init() 1241 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 1242 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 2283 if (newvers < zfsvfs->z_version) in zfs_set_version() 2328 "from %ju to %ju", (uintmax_t)zfsvfs->z_version, in zfs_set_version() [all …]
|
| H A D | zfs_znode_os.c | 801 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode() 840 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode() 1840 zfsvfs->z_version = version; in zfs_create_fs()
|
| H A D | zfs_dir.c | 561 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
|
| H A D | zfs_vnops_os.c | 2725 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 440 return (zfs_acl_version(ZTOZSB(zp)->z_version)); in zfs_acl_version_zp() 451 aclp->z_version = vers; in zfs_acl_alloc() 539 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid() 797 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform() 823 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform() 1382 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common() 1383 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common() 1385 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common() 1418 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common() 1471 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common() [all …]
|
| H A D | zfs_vfsops.c | 446 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init() 449 if (zfsvfs->z_version > in zfsvfs_init() 453 "this file system.\n", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init() 484 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 485 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 608 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init() 842 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 843 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 1894 if (newvers < zfsvfs->z_version) in zfs_set_version() 1939 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version() [all …]
|
| H A D | zfs_znode_os.c | 910 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode() 953 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode() 1951 zfsvfs->z_version = version; in zfs_create_fs()
|
| H A D | zfs_dir.c | 783 if (ZTOZSB(zp)->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
|
| H A D | zfs_vnops_os.c | 2383 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr_idmap()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_acl.h | 156 uint_t z_version; /* version of ACL */ member
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 81 uint64_t z_version; /* ZPL version */ member
|
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 111 uint64_t z_version; /* ZPL version */ member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_quota.c | 312 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
|
| H A D | zfs_sa.c | 401 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
|
| H A D | zfs_log.c | 828 txtype = (ZTOZSB(zp)->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
|
| H A D | zfs_replay.c | 938 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
|
| H A D | sa.c | 1707 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()
|