Home
last modified time | relevance | path

Searched refs:db_bp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h482 boolean_t dbuf_is_l2cacheable(dmu_buf_impl_t *db, blkptr_t *db_bp);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c644 blkptr_t *db_bp = bp == NULL ? db->db_blkptr : bp; in dbuf_is_l2cacheable() local
646 if (db_bp == NULL || BP_IS_HOLE(db_bp)) in dbuf_is_l2cacheable()
648 uint64_t vdev = DVA_GET_VDEV(db_bp->blk_dva); in dbuf_is_l2cacheable()