Home
last modified time | relevance | path

Searched refs:recordsize (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh141 record_val=`get_prop recordsize $dataset`
146 log_must $ZFS set recordsize=$record_val $dataset
/titanic_44/usr/src/test/zfs-tests/tests/functional/features/async_destroy/
H A Dasync_destroy_001_pos.ksh57 log_must $ZFS create -o recordsize=512 -o compression=off $TEST_FS
/titanic_44/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh59 recordsize mountpoint checksum compression canmount atime \
H A Dzfs_allow_010_pos.ksh62 recordsize true false \
H A Ddelegate_common.kshlib250 recordsize)
1124 user_run $user $ZFS set recordsize=$value8k $fs
1125 if [[ $value8k != $(get_prop recordsize $fs) ]]; then
/titanic_44/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_003_pos.ksh77 log_must $ZFS set recordsize=$blksize $fs
H A Dcompress_004_pos.ksh101 log_must $ZFS set recordsize=$blksize $fs
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh47 compressratio mounted origin recordsize quota reservation mountpoint \
H A Dzfs_get_009_pos.ksh48 compressratio mounted origin recordsize quota reservation mountpoint \
H A Dzfs_get_008_pos.ksh50 mounted origin recordsize quota reservation mountpoint sharenfs \
H A Dzfs_get_001_pos.ksh56 compressratio mounted origin recordsize quota reservation mountpoint \
H A Dzfs_get_005_neg.ksh45 mounted origin recordsize quota reservation mountpoint sharenfs checksum \
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_007_pos.ksh58 log_must $ZFS create -o recordsize=8k $POOL/fs
/titanic_44/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh144 rand_set_prop $fs recordsize "512" "2K" "8K" "32K" "128K"
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh69 quota 64M recordsize 512
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg36 recordsize reservation setuid sharenfs \
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1158 uint64_t recordsize, fsid_guid; in zfs_domount() local
1180 if (error = dsl_prop_get_integer(osname, "recordsize", &recordsize, in zfs_domount()
1186 vfsp->vfs_bsize = recordsize; in zfs_domount()
H A Ddmu_send.c1030 uint64_t recordsize; in dmu_adjust_send_estimate_for_indirects() local
1031 err = dsl_prop_get_int_ds(ds, "recordsize", &recordsize); in dmu_adjust_send_estimate_for_indirects()
1034 size -= size / recordsize * sizeof (blkptr_t); in dmu_adjust_send_estimate_for_indirects()
1037 size += size / recordsize * sizeof (dmu_replay_record_t); in dmu_adjust_send_estimate_for_indirects()
/titanic_44/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib440 log_must $ZFS set recordsize=128K $fs