Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dzoned.c45 #define BTRFS_NR_SB_LOG_ZONES 2 macro
89 bool empty[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer()
90 bool full[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer()
94 for (i = 0; i < BTRFS_NR_SB_LOG_ZONES; i++) { in sb_write_pointer()
124 struct page *page[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer()
128 for (i = 0; i < BTRFS_NR_SB_LOG_ZONES; i++) { in sb_write_pointer()
149 for (i = 0; i < BTRFS_NR_SB_LOG_ZONES; i++) in sb_write_pointer()
534 nr_zones = BTRFS_NR_SB_LOG_ZONES; in btrfs_get_dev_zone_info()
538 int sb_pos = BTRFS_NR_SB_LOG_ZONES * i; in btrfs_get_dev_zone_info()
551 if (nr_zones != BTRFS_NR_SB_LOG_ZONES) { in btrfs_get_dev_zone_info()
[all …]