Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h884 extern int zfs_max_recordsize;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1147 MAX(zfs_send_queue_length, 2 * zfs_max_recordsize), in dmu_send_impl()
H A Ddmu_recv.c2507 MAX(zfs_recv_queue_length, 2 * zfs_max_recordsize), in dmu_recv_stream()
H A Ddsl_dataset.c73 int zfs_max_recordsize = 1 * 1024 * 1024; variable
H A Dzfs_ioctl.c4407 if (intval > zfs_max_recordsize || in zfs_check_settable()
H A Dspa.c367 MIN(zfs_max_recordsize, SPA_MAXBLOCKSIZE), ZPROP_SRC_NONE); in spa_prop_get_config()