Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDarc.h81 arc_buf_t *b_next; member
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c1549 buf->b_next = NULL; in arc_buf_alloc()
1624 buf->b_next = hdr->b_buf; in arc_buf_clone()
1787 for (bufp = &buf->b_hdr->b_buf; *bufp != buf; bufp = &(*bufp)->b_next) in arc_buf_destroy()
1789 *bufp = buf->b_next; in arc_buf_destroy()
1790 buf->b_next = NULL; in arc_buf_destroy()
1855 hdr->b_buf = buf->b_next; in arc_hdr_destroy()
1857 buf->b_next = arc_eviction_list; in arc_hdr_destroy()
1951 ASSERT(hdr->b_buf == buf && buf->b_next == NULL); in arc_buf_remove_ref()
2136 hdr->b_buf = buf->b_next; in arc_evict()
2138 buf->b_next = arc_eviction_list; in arc_evict()
[all …]