OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_hashval
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_lfs/
bufcache.h
85
int
b_hashval
; /* Hash value */
member in struct:ubuf
bufcache.c
129
bp->
b_hashval
= vl_hash(bp->b_vp, bp->b_lblkno);
130
LIST_INSERT_HEAD(&np[bp->
b_hashval
], bp, b_hash);
283
bp->
b_hashval
= vl_hash(vp, lbn);
284
LIST_INSERT_HEAD(&bufhash[bp->
b_hashval
], bp, b_hash);
330
if (LIST_FIRST(&bufhash[bp->
b_hashval
]) != bp) {
332
LIST_INSERT_HEAD(&bufhash[bp->
b_hashval
], bp, b_hash);
Completed in 14 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025