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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c590 static boolean_t l2arc_write_eligible(uint64_t spa_guid, arc_buf_hdr_t *ab);
2067 if (l2arc_write_eligible(ab->b_spa, ab)) {
4382 * l2arc_write_eligible() check if a buffer is eligible to cache
4391 l2arc_write_eligible(uint64_t spa_guid, arc_buf_hdr_t *ab) function
5005 if (!l2arc_write_eligible(guid, ab)) {

Completed in 117 milliseconds