Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDarc.h95 arc_buf_t *b_next; member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c1908 buf = buf->b_next) { in arc_change_state()
1944 buf = buf->b_next) { in arc_change_state()
2043 buf->b_next = NULL; in arc_buf_alloc()
2127 buf->b_next = hdr->b_l1hdr.b_buf; in arc_buf_clone()
2332 bufp = &(*bufp)->b_next) in arc_buf_destroy()
2334 *bufp = buf->b_next; in arc_buf_destroy()
2335 buf->b_next = NULL; in arc_buf_destroy()
2449 hdr->b_l1hdr.b_buf = buf->b_next; in arc_hdr_destroy()
2451 buf->b_next = arc_eviction_list; in arc_hdr_destroy()
2550 ASSERT(hdr->b_l1hdr.b_buf == buf && buf->b_next == NULL); in arc_buf_remove_ref()
[all …]