Searched refs:dbuf_is_l2cacheable (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dbuf.h | 474 boolean_t dbuf_is_l2cacheable(dmu_buf_impl_t *db, blkptr_t *db_bp);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dbuf.c | 631 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 D | dmu.c | 2219 dbuf_is_l2cacheable(db, NULL), &zp, dmu_sync_ready, NULL, in dmu_sync()
|