Searched refs:BTRFS_NR_SB_LOG_ZONES (Results 1 – 1 of 1) sorted by relevance
43 #define BTRFS_NR_SB_LOG_ZONES 2 macro87 bool empty[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer()88 bool full[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer()91 for (int i = 0; i < BTRFS_NR_SB_LOG_ZONES; i++) { in sb_write_pointer()121 struct page *page[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer()145 for (int i = 0; i < BTRFS_NR_SB_LOG_ZONES; i++) in sb_write_pointer()523 nr_zones = BTRFS_NR_SB_LOG_ZONES; in btrfs_get_dev_zone_info()527 int sb_pos = BTRFS_NR_SB_LOG_ZONES * i; in btrfs_get_dev_zone_info()540 if (nr_zones != BTRFS_NR_SB_LOG_ZONES) { in btrfs_get_dev_zone_info()891 if (ret != BTRFS_NR_SB_LOG_ZONES) in btrfs_sb_log_location_bdev()[all …]