Searched refs:dmu_prefetch_max (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | bpobj.c | 292 uint64_t pb = MAX((pe > dmu_prefetch_max) ? pe - dmu_prefetch_max : 0, in bpobj_iterate_blkptrs() 310 pb = MAX((dbuf->db_offset > dmu_prefetch_max) ? in bpobj_iterate_blkptrs() 311 dbuf->db_offset - dmu_prefetch_max : 0, ps); in bpobj_iterate_blkptrs()
|
| H A D | dmu.c | 94 uint_t dmu_prefetch_max = 8 * 1024 * 1024; variable 96 uint_t dmu_prefetch_max = 8 * SPA_MAXBLOCKSIZE; variable 707 if (dmu_prefetch_max == 0 || len == 0) { in dmu_prefetch() 754 uint_t limit = P2ROUNDUP(dmu_prefetch_max, 1 << bs) >> bs; in dmu_prefetch_by_dnode() 761 limit = P2ROUNDUP(dmu_prefetch_max, 1 << ibs) >> ibs; in dmu_prefetch_by_dnode() 1781 dmu_prefetch_max > 0; off += dmu_prefetch_max) { in dmu_object_cached_size() 1784 dmu_prefetch_max, ZIO_PRIORITY_SYNC_READ); in dmu_object_cached_size() 3074 ZFS_MODULE_PARAM(zfs, , dmu_prefetch_max, UINT, ZMOD_RW,
|
| H A D | spa_log_spacemap.c | 1163 (pn < 2 || ps < dmu_prefetch_max)) { in spa_ld_log_sm_data()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 1181 extern uint_t dmu_prefetch_max;
|