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_free
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c
131
switch (lc->
l_free
.lf_type) {
146
lc->
l_free
.lf_type = BSWAP_8(lc->
l_free
.lf_type);
147
lc->
l_free
.lf_next = BSWAP_16(lc->
l_free
.lf_next);
171
ZAP_LEAF_CHUNK(l, i).
l_free
.lf_type = ZAP_CHUNK_FREE;
172
ZAP_LEAF_CHUNK(l, i).
l_free
.lf_next = i+1;
174
ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)-1).
l_free
.lf_next = CHAIN_END;
195
ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).
l_free
.lf_type, ==, ZAP_CHUNK_FREE);
198
ZAP_LEAF_CHUNK(l, chunk).
l_free
.lf_next
[
all
...]
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h
152
}
l_free
;
member in union:zap_leaf_chunk
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026