Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h71 __entry->hdr_birth = ab->b_birth;
229 __entry->hdr_birth = hdr->b_birth;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1012 ((hdr)->b_birth == birth) && ((hdr)->b_spa == spa)
1019 hdr->b_birth = 0; in buf_discard_identity()
1060 ASSERT(hdr->b_birth != 0); in buf_hash_insert()
1072 if (HDR_EQUAL(hdr->b_spa, &hdr->b_dva, hdr->b_birth, fhdr)) in buf_hash_insert()
1755 hdr->b_birth = birth; in arc_buf_alloc_l2only()
3507 nhdr->b_birth = hdr->b_birth; in arc_hdr_realloc_crypt()
3551 hdr->b_birth = 0; in arc_hdr_realloc_crypt()
6141 hdr->b_birth = BP_PHYSICAL_BIRTH(bp); in arc_read()
6982 hdr->b_birth = BP_PHYSICAL_BIRTH(zio->io_bp); in arc_write_done()
7331 return (buf_hash(hdr->b_spa, &hdr->b_dva, hdr->b_birth) % in arc_state_multilist_index_func()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h465 uint64_t b_birth; member