| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 449 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 D | zfs_vfsops.c | 626 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 D | zfs_znode_os.c | 894 } 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 D | zfs_dir.c | 793 if (ZTOZSB(zp)->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
|
| H A D | zfs_vnops_os.c | 2358 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 451 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 D | zfs_vfsops.c | 818 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 D | zfs_znode_os.c | 790 } 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 D | zfs_dir.c | 571 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
|
| H A D | zfs_vnops_os.c | 2739 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_acl.h | 165 uint_t z_version; /* version of ACL */ member
|
| /src/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 89 uint64_t z_version; /* ZPL version */ member
|
| /src/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 124 uint64_t z_version; /* ZPL version */ member
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_quota.c | 318 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
|
| H A D | zfs_sa.c | 408 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
|
| H A D | zfs_log.c | 838 txtype = (ZTOZSB(zp)->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
|
| H A D | zfs_replay.c | 976 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
|
| H A D | sa.c | 1717 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()
|