Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h456 arc_buf_hdr_t *b_hash_next; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c876 hdr = hdr->b_hash_next) { in buf_hash_find()
914 fhdr = fhdr->b_hash_next, i++) { in buf_hash_insert()
919 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
950 hdrp = &fhdr->b_hash_next; in buf_hash_remove()
952 *hdrp = hdr->b_hash_next; in buf_hash_remove()
953 hdr->b_hash_next = NULL; in buf_hash_remove()
960 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()
3288 ASSERT3P(hdr->b_hash_next, ==, NULL); in arc_hdr_realloc_crypt()
3722 ASSERT3P(hdr->b_hash_next, ==, NULL); in arc_hdr_destroy()