Home
last modified time | relevance | path

Searched refs:dbuf_is_l2cacheable (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h474 boolean_t dbuf_is_l2cacheable(dmu_buf_impl_t *db, blkptr_t *db_bp);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c631 dbuf_is_l2cacheable(dmu_buf_impl_t *db, blkptr_t *bp) in dbuf_is_l2cacheable() function
1635 else if (dbuf_is_l2cacheable(db, bp)) in dbuf_read_impl()
5429 dbuf_is_l2cacheable(db, NULL), &zp, dbuf_write_ready, in dbuf_write()
H A Ddmu.c2219 dbuf_is_l2cacheable(db, NULL), &zp, dmu_sync_ready, NULL, in dmu_sync()