Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c446 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp()
457 aclp->z_version = vers; in zfs_acl_alloc()
547 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()
838 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()
1201 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()
1203 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()
1295 acl_phys.z_acl_version = aclp->z_version; in zfs_aclset_common()
1497 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.c927 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()
1033 if (zfsvfs->z_version > in zfsvfs_init()
1037 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()
1064 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
1065 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()
1081 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()
1342 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
1360 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()
2663 if (newvers < zfsvfs->z_version) in zfs_set_version()
2708 "from %llu to %llu", zfsvfs->z_version, newvers); in zfs_set_version()
[all …]
H A Dzfs_sa.c278 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
H A Dzfs_znode.c974 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1008 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()
1943 zfsvfs->z_version = version; in zfs_create_fs()
H A Dzfs_log.c635 txtype = (zp->z_zfsvfs->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
H A Dzfs_dir.c552 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
H A Dzfs_replay.c897 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
H A Dzfs_vnops.c3256 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h81 uint64_t z_version; /* ZPL version */ member
H A Dzfs_acl.h162 uint_t z_version; /* version of ACL */ member