HomeSort by: relevance | last modified time | path
    Searched refs:z_version (Results 1 - 11 of 11) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_vfsops.h 79 uint64_t z_version; /* ZPL version */ member in struct:zfsvfs
zfs_acl.h 162 uint_t z_version; /* version of ACL */ member in struct:zfs_acl
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 446 return (zfs_acl_version(zp->z_zfsvfs->z_version));
457 aclp->z_version = vers;
547 if (aclp->z_version < ZFS_ACL_VERSION_FUID)
812 ASSERT(aclp->z_version == ZFS_ACL_VERSION_INITIAL);
838 aclp->z_version = ZFS_ACL_VERSION;
1199 if ((aclp->z_version == ZFS_ACL_VERSION_INITIAL) &&
1200 (zfsvfs->z_version >= ZPL_VERSION_FUID))
1202 ASSERT(aclp->z_version >= ZFS_ACL_VERSION_FUID);
1236 aclp->z_version != acl_phys.z_acl_version) {
1288 if (aclp->z_version == ZFS_ACL_VERSION_INITIAL)
    [all...]
zfs_vfsops.c 1011 if (zfsvfs->z_version < ZPL_VERSION_USERSPACE)
1114 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version);
1117 if (zfsvfs->z_version >
1121 "this file system.", (u_longlong_t)zfsvfs->z_version,
1148 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os);
1149 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os);
1165 if (zfsvfs->z_version >= ZPL_VERSION_SA)
1394 zfsvfs->z_use_fuids = USE_FUIDS(zfsvfs->z_version, zfsvfs->z_os);
1412 zfsvfs->z_use_sa = USE_SA(zfsvfs->z_version, zfsvfs->z_os);
2879 if (newvers < zfsvfs->z_version)
    [all...]
zfs_sa.c 279 if (zp->z_acl_cached->z_version < ZFS_ACL_VERSION_FUID)
zfs_log.c 625 txtype = (zp->z_zfsvfs->z_version < ZPL_VERSION_FUID) ?
zfs_znode.c 1133 } else if (acl_ids->z_aclp->z_version >= ZFS_ACL_VERSION_FUID) {
1170 acl_ids->z_aclp->z_version < ZFS_ACL_VERSION_FUID) {
2091 zfsvfs->z_version = version;
zfs_dir.c 486 if (zp->z_zfsvfs->z_version >= ZPL_VERSION_DIRENT_TYPE)
zfs_replay.c 911 zfsvfs->z_version >= ZPL_VERSION_INITIAL)
zfs_vnops.c 3698 if (zfsvfs->z_version >= ZPL_VERSION_FUID &&
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d 1798 const(char)* z_version,

Completed in 27 milliseconds