OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ub_version
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
uberblock_impl.h
40
* can be checked. If the
ub_version
field is moved, we may not detect
49
uint64_t
ub_version
; /* SPA_VERSION */
member in struct:uberblock
/src/external/bsd/unbound/dist/contrib/
libunbound.so.conf
42
string
ub_version
(void);
/src/external/bsd/unbound/dist/libunbound/
unbound.h
650
const char*
ub_version
(void);
libunbound.c
1451
const char*
ub_version
(void)
function
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c
2218
&spa->spa_ubsync.
ub_version
) != 0)
2219
spa->spa_ubsync.
ub_version
= SPA_VERSION_INITIAL;
2411
if (!SPA_VERSION_IS_SUPPORTED(ub->
ub_version
)) {
2416
if (ub->
ub_version
>= SPA_VERSION_FEATURES) {
2445
if (ub->
ub_version
>= SPA_VERSION_FEATURES) {
3734
spa->spa_uberblock.
ub_version
= version;
4281
* Set spa_ubsync.
ub_version
as it can be used in vdev_alloc()
4285
&spa->spa_ubsync.
ub_version
) != 0)
4286
spa->spa_ubsync.
ub_version
= SPA_VERSION_INITIAL;
6585
if (spa->spa_ubsync.
ub_version
< spa->spa_uberblock.ub_version
[
all
...]
ddt.c
1079
ASSERT(spa->spa_uberblock.
ub_version
>= SPA_VERSION_DEDUP);
spa_misc.c
1871
return (spa->spa_ubsync.
ub_version
);
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
2053
(void) printf("\tversion = %llu\n", (u_longlong_t)ub->
ub_version
);
Completed in 20 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026