Searched refs:z_version (Results 1 – 10 of 10) sorted by relevance
446 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 …]
927 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 …]
278 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
974 } 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()
635 txtype = (zp->z_zfsvfs->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
552 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
897 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
3256 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
81 uint64_t z_version; /* ZPL version */ member
162 uint_t z_version; /* version of ACL */ member