Home
last modified time | relevance | path

Searched refs:b_hash_next (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c817 arc_buf_hdr_t *b_hash_next; member
1315 hdr = hdr->b_hash_next) { in buf_hash_find()
1353 fhdr = fhdr->b_hash_next, i++) { in buf_hash_insert()
1358 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
1389 hdrp = &fhdr->b_hash_next; in buf_hash_remove()
1391 *hdrp = hdr->b_hash_next; in buf_hash_remove()
1392 hdr->b_hash_next = NULL; in buf_hash_remove()
1399 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()
2616 ASSERT3P(hdr->b_hash_next, ==, NULL); in arc_hdr_destroy()
8002 entry = entry->b_hash_next; in arc_dump()
[all …]