Home
last modified time | relevance | path

Searched refs:zfs_max_recordsize (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c2082 MAX(zfs_send_no_prefetch_queue_length, 2 * zfs_max_recordsize), in setup_to_thread()
2103 MAX(zfs_send_no_prefetch_queue_length, 2 * zfs_max_recordsize), in setup_from_thread()
2127 MAX(zfs_send_no_prefetch_queue_length, 2 * zfs_max_recordsize), in setup_redact_list_thread()
2145 MAX(zfs_send_no_prefetch_queue_length, 2 * zfs_max_recordsize), in setup_merge_thread()
2165 MAX(zfs_send_queue_length, 2 * zfs_max_recordsize), in setup_reader_thread()
H A Dzvol.c427 if (volblocksize > zfs_max_recordsize) in zvol_check_volblocksize()
H A Ddsl_dataset.c87 uint_t zfs_max_recordsize = 1 * 1024 * 1024; variable
89 uint_t zfs_max_recordsize = 16 * 1024 * 1024; variable
H A Ddmu_recv.c3395 MAX(zfs_recv_queue_length, 2 * zfs_max_recordsize), in dmu_recv_stream()
H A Dvdev_raidz.c4000 MIN(zfs_max_recordsize, SPA_MAXBLOCKSIZE)); in raidz_reflow_impl()
H A Dzfs_ioctl.c4875 if (intval > zfs_max_recordsize || in zfs_check_settable()
H A Dspa.c514 MIN(zfs_max_recordsize, SPA_MAXBLOCKSIZE), ZPROP_SRC_NONE); in spa_prop_get_config()
H A Darc.c4908 zfs_max_recordsize; in arc_is_overflowing()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h912 extern uint_t zfs_max_recordsize;