OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_hdr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c
52
(64 - ZAP_LEAF_HASH_SHIFT(l) - zap_leaf_phys(l)->
l_hdr
.lh_prefix_len)))
116
buf->
l_hdr
.lh_block_type = BSWAP_64(buf->
l_hdr
.lh_block_type);
117
buf->
l_hdr
.lh_prefix = BSWAP_64(buf->
l_hdr
.lh_prefix);
118
buf->
l_hdr
.lh_magic = BSWAP_32(buf->
l_hdr
.lh_magic);
119
buf->
l_hdr
.lh_nfree = BSWAP_16(buf->
l_hdr
.lh_nfree);
120
buf->
l_hdr
.lh_nentries = BSWAP_16(buf->l_hdr.lh_nentries)
[
all
...]
zap.c
489
ASSERT0(zap_leaf_phys(l)->
l_hdr
.lh_pad1);
545
ASSERT3U(zap_leaf_phys(l)->
l_hdr
.lh_block_type, ==, ZBT_LEAF);
546
ASSERT3U(zap_leaf_phys(l)->
l_hdr
.lh_magic, ==, ZAP_LEAF_MAGIC);
606
ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->
l_hdr
.lh_prefix_len) ==
607
zap_leaf_phys(*lp)->
l_hdr
.lh_prefix);
620
int old_prefix_len = zap_leaf_phys(l)->
l_hdr
.lh_prefix_len;
626
zap_leaf_phys(l)->
l_hdr
.lh_prefix);
654
if (zap_leaf_phys(l)->
l_hdr
.lh_prefix_len != old_prefix_len) {
663
zap_leaf_phys(l)->
l_hdr
.lh_prefix);
687
if (hash & (1ULL << (64 - zap_leaf_phys(l)->
l_hdr
.lh_prefix_len)))
[
all
...]
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h
118
}
l_hdr
; /* 2 24-byte chunks */
member in struct:zap_leaf_phys
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026