/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 450 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp() 461 aclp->z_version = vers; in zfs_acl_alloc() 549 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid() 807 ASSERT3U(aclp->z_version, ==, ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform() 833 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform() 1205 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common() 1206 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common() 1208 ASSERT3U(aclp->z_version, >=, ZFS_ACL_VERSION_FUID); in zfs_aclset_common() 1241 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common() 1293 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common() [all …]
|
H A D | zfs_vfsops.c | 808 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init() 811 if (zfsvfs->z_version > in zfsvfs_init() 815 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init() 847 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 848 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 868 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init() 1173 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 1174 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); 2186 if (newvers < zfsvfs->z_version) in zfs_set_version() 2231 "from %ju to %ju", (uintmax_t)zfsvfs->z_version, in zfs_set_version() [all...] |
H A D | zfs_znode_os.c | 768 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode() 802 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode() 1730 zfsvfs->z_version = version; in zfs_create_fs()
|
H A D | zfs_dir.c | 570 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
|
H A D | zfs_vnops_os.c | 2509 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 448 return (zfs_acl_version(ZTOZSB(zp)->z_version)); in zfs_acl_version_zp() 459 aclp->z_version = vers; in zfs_acl_alloc() 547 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid() 805 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform() 831 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform() 1390 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common() 1391 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common() 1393 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common() 1426 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common() 1478 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common() [all …]
|
H A D | zfs_vfsops.c | 645 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init() 648 if (zfsvfs->z_version > in zfsvfs_init() 652 "this file system.\n", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init() 683 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 684 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init() 777 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init() 982 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 983 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature() 1950 if (newvers < zfsvfs->z_version) in zfs_set_version() 1995 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version() [all …]
|
H A D | zfs_znode_os.c | 886 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode() 929 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode() 1905 zfsvfs->z_version = version; in zfs_create_fs()
|
H A D | zfs_dir.c | 791 if (ZTOZSB(zp)->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
|
H A D | zfs_vnops_os.c | 2352 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_acl.h | 164 uint_t z_version; /* version of ACL */ member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A D | zfs_vfsops_os.h | 88 uint64_t z_version; /* ZPL version */ member
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_vfsops_os.h | 123 uint64_t z_version; /* ZPL version */ member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_quota.c | 293 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
|
H A D | zfs_sa.c | 407 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
|
H A D | zfs_log.c | 841 txtype = (ZTOZSB(zp)->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
|
H A D | zfs_replay.c | 975 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
|
H A D | sa.c | 1709 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()
|