Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c448 return (zfs_acl_version(zp->z_zfsvfs->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()
833 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1202 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1204 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1296 acl_phys.z_acl_version = aclp->z_version; in zfs_aclset_common()
1499 aclp = zfs_acl_alloc(paclp->z_version); in zfs_acl_inherit()
1836 if (aclp->z_version == ZFS_ACL_VERSION_FUID) in zfs_getacl()
1884 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_vsec_2_aclp()
[all …]
H A Dzfs_vfsops.c785 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()
788 if (zfsvfs->z_version > in zfsvfs_init()
792 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
824 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
825 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
841 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
1141 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1159 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2120 if (newvers < zfsvfs->z_version) in zfs_set_version()
2165 "from %ju to %ju", (uintmax_t)zfsvfs->z_version, in zfs_set_version()
[all …]
H A Dzfs_znode.c763 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
797 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1705 zfsvfs->z_version = version; in zfs_create_fs()
H A Dzfs_dir.c562 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dzfs_vnops_os.c2635 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_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()
833 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1372 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1374 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1466 acl_phys.z_acl_version = aclp->z_version; in zfs_aclset_common()
1667 aclp = zfs_acl_alloc(paclp->z_version); in zfs_acl_inherit()
2010 if (aclp->z_version == ZFS_ACL_VERSION_FUID) in zfs_getacl()
2058 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_vsec_2_aclp()
[all …]
H A Dzfs_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()
971 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
972 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1966 if (newvers < zfsvfs->z_version) in zfs_set_version()
2011 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version()
[all …]
H A Dzfs_znode.c895 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
938 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1908 zfsvfs->z_version = version; in zfs_create_fs()
H A Dzfs_dir.c779 if (ZTOZSB(zp)->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dzfs_vnops_os.c2267 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h123 uint64_t z_version; /* ZPL version */ member
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_acl.h164 uint_t z_version; /* version of ACL */ member
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h108 uint64_t z_version; /* ZPL version */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_quota.c292 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
H A Dzfs_sa.c384 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
H A Dzfs_log.c730 txtype = (ZTOZSB(zp)->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
H A Dzfs_replay.c831 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
H A Dsa.c1655 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()