Searched refs:HDR_L2ONLY_SIZE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | arc.c | 1303 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr)) macro 1693 bzero(hdr, HDR_L2ONLY_SIZE); in hdr_l2only_cons() 1694 arc_space_consume(HDR_L2ONLY_SIZE, ARC_SPACE_L2HDRS); in hdr_l2only_cons() 1737 arc_space_return(HDR_L2ONLY_SIZE, ARC_SPACE_L2HDRS); in hdr_l2only_dest() 1794 HDR_L2ONLY_SIZE, 0, hdr_l2only_cons, hdr_l2only_dest, hdr_recl, in buf_init() 3317 bcopy(hdr, nhdr, HDR_L2ONLY_SIZE); in arc_hdr_realloc()
|