Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfsck_minix.c304 #define zone_in_use(x) (minix_bit(zone_map,(x)-FIRSTZONE+1)) macro
796 if (!zone_in_use(block)) { in add_zone_common()
1139 if ((zone_in_use(i) != 0) == zone_count[i]) in check_counts()
1150 i, zone_in_use(i) ? "" : "not ", zone_count[i]); in check_counts()
1191 if ((zone_in_use(i) != 0) == zone_count[i]) in check_counts2()
1202 i, zone_in_use(i) ? "" : "not ", zone_count[i]); in check_counts2()
1296 if (!zone_in_use(i)) in fsck_minix_main()
Dmkfs_minix.c211 #define zone_in_use(x) minix_bit(G.zone_map,(x)-SB_FIRSTZONE+1) macro
269 while (blk < SB_ZONES && zone_in_use(blk)) in get_free_block()
291 if (zone_in_use(zone)) in next()