Searched refs:z_version (Results 1 – 12 of 12) sorted by relevance
457 return (zfs_acl_version(zp->z_zfsvfs->z_version)); in zfs_acl_version_zp()468 aclp->z_version = vers; in zfs_acl_alloc()558 if (aclp->z_version < ZFS_ACL_VERSION_FUID) in zfs_ace_valid()826 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL); in zfs_acl_xform()854 aclp->z_version = ZFS_ACL_VERSION; in zfs_acl_xform()1241 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) && in zfs_aclset_common()1242 (zfsvfs->z_version >= ZPL_VERSION_FUID)) in zfs_aclset_common()1244 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID); in zfs_aclset_common()1277 aclp->z_version != acl_phys.z_acl_version) { in zfs_aclset_common()1329 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL) { in zfs_aclset_common()[all …]
871 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE) in zfs_set_userquota()1066 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init()1069 if (zfsvfs->z_version > in zfsvfs_init()1073 "this file system.", (u_longlong_t)zfsvfs->z_version, in zfsvfs_init()1100 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()1101 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfsvfs_init()1117 if (zfsvfs->z_version >= ZPL_VERSION_SA) in zfsvfs_init()1367 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()1385 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os); in zfs_set_fuid_feature()2660 if (newvers < zfsvfs->z_version) in zfs_set_version()[all …]
294 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in zfs_sa_upgrade()
1034 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) { in zfs_mknode()1069 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) { in zfs_mknode()1935 zfsvfs->z_version = version; in zfs_create_fs()
650 txtype = (zp->z_zfsvfs->z_version < ZPL_VERSION_FUID) ? in zfs_log_acl()
762 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE) in zfs_dirent()
817 zfsvfs->z_version >= ZPL_VERSION_INITIAL) in zfs_replay_setattr()
1631 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID) in sa_add_projid()
3469 if (zfsvfs->z_version >= ZPL_VERSION_FUID && in zfs_setattr()
83 uint64_t z_version; /* ZPL version */ member
164 uint_t z_version; /* version of ACL */ member
3844 acl_args.a_version = zacl.z_version; in zfs_acl_dump()