OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findtb
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c
410
sa_lot_t *tb, *
findtb
;
local
453
if ((
findtb
= avl_find(&sa->sa_layout_hash_tree, tb, &loc)) != NULL) {
454
for (;
findtb
&&
findtb
->lot_hash == hash;
455
findtb
= AVL_NEXT(&sa->sa_layout_hash_tree,
findtb
)) {
456
if (
findtb
->lot_instance != tb->lot_instance)
Completed in 28 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026