Searched refs:dbuf_prefetch (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dbuf.h | 364 int dbuf_prefetch(struct dnode *dn, int64_t level, uint64_t blkid,
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 774 dbuf_prefetch(dn, level, i, pri, 0); in dmu_prefetch_by_dnode() 776 dbuf_prefetch(dn, level2, i, pri, 0); in dmu_prefetch_by_dnode() 792 dbuf_prefetch(dn, 0, blkid, pri, 0); in dmu_prefetch_dnode()
|
| H A D | dbuf.c | 3647 dbuf_prefetch(dnode_t *dn, int64_t level, uint64_t blkid, zio_priority_t prio, in dbuf_prefetch() function 5163 EXPORT_SYMBOL(dbuf_prefetch);
|