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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1107 arc_buf_hdr_t *b_hash_next; member in struct:arc_buf_hdr
1558 hdr = hdr->b_hash_next) {
1596 fhdr = fhdr->b_hash_next, i++) {
1601 hdr->b_hash_next = buf_hash_table.ht_table[idx];
1632 hdrp = &fhdr->b_hash_next;
1634 *hdrp = hdr->b_hash_next;
1635 hdr->b_hash_next = NULL;
1642 buf_hash_table.ht_table[idx]->b_hash_next == NULL)
3534 ASSERT3P(hdr->b_hash_next, ==, NULL);

Completed in 190 milliseconds