Lines Matching refs:islog
3171 uint64_t islog = B_FALSE, ishole = B_FALSE; in print_status_config() local
3175 &islog); in print_status_config()
3178 if (islog || ishole) in print_status_config()
5670 uint64_t ishole = B_FALSE, islog = B_FALSE; in print_vdev_stats() local
5676 &islog); in print_vdev_stats()
5678 if (ishole || islog) in print_vdev_stats()
5698 uint64_t islog = B_FALSE; in print_vdev_stats() local
5703 ZPOOL_CONFIG_IS_LOG, &islog); in print_vdev_stats()
5704 if (islog) { in print_vdev_stats()
5714 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats()
7008 uint64_t islog = B_FALSE; in collect_list_stats() local
7125 ZPOOL_CONFIG_IS_LOG, &islog) == 0 && islog) in collect_list_stats()
7160 &islog) == 0 && islog) { in collect_list_stats()
7170 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats()
9372 uint64_t islog = B_FALSE, ishole = B_FALSE; in vdev_stats_nvlist() local
9374 &islog); in vdev_stats_nvlist()
9377 if (islog || ishole) in vdev_stats_nvlist()