Home
last modified time | relevance | path

Searched refs:zio_checksum_to_feature (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_checksum.h138 extern spa_feature_t zio_checksum_to_feature(enum zio_checksum cksum);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c206 zio_checksum_to_feature(enum zio_checksum cksum) in zio_checksum_to_feature() function
H A Ddsl_dataset.c153 spa_feature_t f = zio_checksum_to_feature(BP_GET_CHECKSUM(bp)); in dsl_dataset_block_born()
H A Dzfs_ioctl.c4481 feature = zio_checksum_to_feature(intval & ZIO_CHECKSUM_MASK); in zfs_check_settable()