OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_hash_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dbuf.h
183
struct dmu_buf_impl *
db_hash_next
;
member in struct:dmu_buf_impl
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dbuf.c
203
for (db = h->hash_table[idx]; db != NULL; db = db->
db_hash_next
) {
254
for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->
db_hash_next
) {
266
db->
db_hash_next
= h->hash_table[idx];
297
dbp = &dbf->
db_hash_next
;
300
*dbp = db->
db_hash_next
;
301
db->
db_hash_next
= NULL;
2119
ASSERT(db->
db_hash_next
== NULL);
Completed in 16 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026