OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newvers
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
mkmakefile.c
163
int
newvers
;
local
164
if (sscanf(line, "%%VERSION %d\n", &
newvers
) != 1) {
168
setversion(
newvers
);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c
2870
zfs_set_version(zfsvfs_t *zfsvfs, uint64_t
newvers
)
2876
if (
newvers
< ZPL_VERSION_INITIAL ||
newvers
> ZPL_VERSION)
2879
if (
newvers
< zfsvfs->z_version)
2882
if (zfs_spa_version_map(
newvers
) >
2888
if (
newvers
>= ZPL_VERSION_SA && !zfsvfs->z_use_sa) {
2900
8, 1, &
newvers
, tx);
2907
if (
newvers
>= ZPL_VERSION_SA && !zfsvfs->z_use_sa) {
2924
"from %llu to %llu", zfsvfs->z_version,
newvers
);
local
2928
zfsvfs->z_version =
newvers
;
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026