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_hash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h
82
* hash table is at
l_hash
+ HASH_NUMENTRIES, which we simply cast to a
87
(zap_leaf_phys(l)->
l_hash
+ ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
128
uint16_t
l_hash
[1];
member in struct:zap_leaf_phys
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c
54
#define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->
l_hash
[LEAF_HASH(l, h)])
125
buf->
l_hash
[i] = BSWAP_16(buf->
l_hash
[i]);
168
zap_memset(zap_leaf_phys(l)->
l_hash
, CHAIN_END,
467
for (chunk = zap_leaf_phys(l)->
l_hash
[lh];
814
zap_memset(zap_leaf_phys(l)->
l_hash
, CHAIN_END,
864
int chunk = zap_leaf_phys(l)->
l_hash
[i];
zap.c
499
&zap_leaf_phys(l)->
l_hash
[ZAP_LEAF_HASH_NUMENTRIES(l)]);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026