Searched refs:fhdr (Results 1 – 1 of 1) sorted by relevance
1056 arc_buf_hdr_t *fhdr; in buf_hash_insert() local1070 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL; in buf_hash_insert()1071 fhdr = fhdr->b_hash_next, i++) { in buf_hash_insert()1072 if (HDR_EQUAL(hdr->b_spa, &hdr->b_dva, hdr->b_birth, fhdr)) in buf_hash_insert()1073 return (fhdr); in buf_hash_insert()1098 arc_buf_hdr_t *fhdr, **hdrp; in buf_hash_remove() local1105 while ((fhdr = *hdrp) != hdr) { in buf_hash_remove()1106 ASSERT3P(fhdr, !=, NULL); in buf_hash_remove()1107 hdrp = &fhdr->b_hash_next; in buf_hash_remove()