Lines Matching defs:ashift
498 #define ASHIFT_UBERBLOCK_SHIFT(ashift) \
499 MIN(MAX(ashift, UBERBLOCK_SHIFT), \
501 #define ASHIFT_UBERBLOCK_SIZE(ashift) \
502 (1ULL << ASHIFT_UBERBLOCK_SHIFT(ashift))
555 uint64_t *ashift)
591 ZPOOL_CONFIG_ASHIFT, ashift);
599 if (*ashift == 0) {
682 const uint64_t ashift, const int fd, const int byteswap,
689 ((char *)(ub_data) + (ASHIFT_UBERBLOCK_SIZE(ashift))) - 1;
708 ASHIFT_UBERBLOCK_SIZE(ashift)))
773 uint64_t ashift;
816 l, cfg_keys, ARRAY_SIZE(cfg_keys), cfg, vdev_tree_cfg, &ashift);
837 l, ashift, fd, byteswap, label_offset, labels_repaired);