Searched refs:l2arc_write_eligible (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1503 static boolean_t l2arc_write_eligible(uint64_t, arc_buf_hdr_t *);
3662 if (l2arc_write_eligible(hdr->b_spa, hdr)) {
7126 * l2arc_write_eligible() check if a buffer is eligible to cache
7135 l2arc_write_eligible(uint64_t spa_guid, arc_buf_hdr_t *hdr) function
7753 if (!l2arc_write_eligible(guid, hdr)) {

Completed in 57 milliseconds