Searched refs:HDR_L2ONLY_SIZE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | arc.c | 1179 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr)) macro 1567 bzero(hdr, HDR_L2ONLY_SIZE); in hdr_l2only_cons() 1568 arc_space_consume(HDR_L2ONLY_SIZE, ARC_SPACE_L2HDRS); in hdr_l2only_cons() 1611 arc_space_return(HDR_L2ONLY_SIZE, ARC_SPACE_L2HDRS); in hdr_l2only_dest() 1668 HDR_L2ONLY_SIZE, 0, hdr_l2only_cons, hdr_l2only_dest, hdr_recl, in buf_init() 2888 bcopy(hdr, nhdr, HDR_L2ONLY_SIZE); in arc_hdr_realloc()
|