Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c813 arc_buf_hdr_t *b_hash_next;
827 static arc_buf_hdr_t arc_eviction_hdr;
860 #define HDR_FULL_SIZE ((int64_t)sizeof (arc_buf_hdr_t))
861 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr))
879 arc_buf_hdr_t **ht_table;
952 arc_buf_hdr_t *l2wcb_head; /* head of write buflist */
969 static void arc_access(arc_buf_hdr_t *, kmutex_t *);
975 static arc_buf_contents_t arc_buf_type(arc_buf_hdr_t *);
979 static boolean_t l2arc_write_eligible(uint64_t, uint64_t, arc_buf_hdr_t *);
982 static boolean_t l2arc_compress_buf(arc_buf_hdr_t *);
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Darc.h46 typedef struct arc_buf_hdr arc_buf_hdr_t; typedef
91 arc_buf_hdr_t *b_hdr;