Searched refs:HDR_L2ONLY_SIZE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 767 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr)) macro 1196 bzero(hdr, HDR_L2ONLY_SIZE); in hdr_l2only_cons() 1197 arc_space_consume(HDR_L2ONLY_SIZE, ARC_SPACE_L2HDRS); in hdr_l2only_cons() 1250 arc_space_return(HDR_L2ONLY_SIZE, ARC_SPACE_L2HDRS); in hdr_l2only_dest() 1303 HDR_L2ONLY_SIZE, 0, hdr_l2only_cons, hdr_l2only_dest, NULL, in buf_init() 3381 bcopy(hdr, nhdr, HDR_L2ONLY_SIZE); in arc_hdr_realloc() 10192 arc_adapt(log_entries * HDR_L2ONLY_SIZE, arc_l2c_only); in l2arc_log_blk_restore()
|