Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddbuf.h461 boolean_t dbuf_is_l2cacheable(dmu_buf_impl_t *db);
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c616 dbuf_is_l2cacheable(dmu_buf_impl_t *db) in dbuf_is_l2cacheable() function
1637 else if (dbuf_is_l2cacheable(db)) in dbuf_read_impl()
5137 dbuf_is_l2cacheable(db), &zp, dbuf_write_ready, in dbuf_write()
H A Ddmu.c1916 dr->dt.dl.dr_data, !DBUF_IS_CACHEABLE(db), dbuf_is_l2cacheable(db), in dmu_sync()