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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1072 uint32_t b_bufcnt; member in struct:l1arc_buf_hdr
2406 ASSERT0(hdr->b_l1hdr.b_bufcnt);
2441 ASSERT0(hdr->b_l1hdr.b_bufcnt);
2516 ASSERT3U(hdr->b_l1hdr.b_bufcnt, >, 0);
2546 bufcnt = hdr->b_l1hdr.b_bufcnt;
2890 hdr->b_l1hdr.b_bufcnt += 1;
3112 IMPLY(hdr->b_l1hdr.b_bufcnt > 0, lastbuf != NULL);
3113 IMPLY(hdr->b_l1hdr.b_bufcnt > 0, hdr->b_l1hdr.b_buf != NULL);
3154 ASSERT(hdr->b_l1hdr.b_bufcnt > 0);
3155 hdr->b_l1hdr.b_bufcnt
[all...]

Completed in 171 milliseconds