Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dmkfs_minix.c120 enum { version2 = 0 }; enumerator
127 smallint version2; member
128 #define version2 G.version2 macro
185 # define SB_ZONES (version2 ? SB.s_zones : SB.s_nzones)
187 (version2 ? MINIX2_INODES_PER_BLOCK : MINIX1_INODES_PER_BLOCK))
550 SB_MAXSIZE = version2 ? 0x7fffffff : (7 + 512 + 512 * 512) * 1024; in setup_tables()
551 if (version2) in setup_tables()
562 if (version2) in setup_tables()
644 version2 = 1; in mkfs_minix_main()
665 if (version2) { in mkfs_minix_main()
[all …]
Dfsck_minix.c144 enum { version2 = 0 }; enumerator
153 smallint version2; member
190 #define version2 (G.version2 ) macro
256 # define ZONES ((unsigned)(version2 ? Super.s_zones : Super.s_nzones))
278 (version2 ? MINIX2_INODES_PER_BLOCK : MINIX1_INODES_PER_BLOCK))
617 if (version2) in get_dirsize()
649 version2 = 1; in read_superblock()
653 version2 = 1; in read_superblock()
1279 if (version2) { in fsck_minix_main()
/busybox-1.35.0/archival/
Ddpkg.c336 static int test_version(const unsigned version1, const unsigned version2, const unsigned operator) in test_version() argument
338 const int version_result = version_compare(version1, version2); in test_version()