busybox/util-linux/volume_id
Denys Vlasenko 2c92d1ec58 volume_id: improve struct layout (smaller offesets, smaller insns on x86)
function                                             old     new   delta
volume_id_probe_xfs                                  101      98      -3
volume_id_probe_vfat                                 827     824      -3
volume_id_probe_udf                                  541     538      -3
volume_id_probe_ubifs                                 67      64      -3
volume_id_probe_squashfs                              86      83      -3
volume_id_probe_romfs                                 97      94      -3
volume_id_probe_reiserfs                             246     243      -3
volume_id_probe_ocfs2                                110     107      -3
volume_id_probe_ntfs                                 288     285      -3
volume_id_probe_nilfs                                100      97      -3
volume_id_probe_minix                                 85      82      -3
volume_id_probe_luks                                  92      89      -3
volume_id_probe_linux_swap                           251     248      -3
volume_id_probe_linux_raid                           131     128      -3
volume_id_probe_lfs                                   62      59      -3
volume_id_probe_jfs                                  110     107      -3
volume_id_probe_iso9660                              318     315      -3
volume_id_probe_f2fs                                 107     104      -3
volume_id_probe_exfat                                285     282      -3
volume_id_probe_erofs                                 89      86      -3
volume_id_probe_cramfs                                67      64      -3
volume_id_probe_btrfs                                134     131      -3
volume_id_probe_bcache                               107     104      -3
volume_id_probe_sysv                                 194     188      -6
volume_id_probe_hfs_hfsplus                          518     512      -6
add_to_uuid_cache                                    271     265      -6
volume_id_probe_ext                                  131     122      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/27 up/down: 0/-96)            Total: -96 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2020-11-19 13:58:25 +01:00
..
bcache.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
btrfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
Config.src restore documentation on the build config language 2018-06-06 15:16:48 +02:00
cramfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
erofs.c util-linux: support erofs filesystem 2020-11-18 19:19:23 +01:00
exfat.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ext.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
f2fs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
fat.c Fix off by one error in FAT16 <=> FAT32 detection 2019-03-15 09:57:24 +01:00
get_devname.c libbb: shrink recursive_action() by reducing memory pressure 2020-10-01 21:52:16 +02:00
hfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
iso9660.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
jfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
Kbuild.src volume_id: Adopt to new kbuild style. 2013-07-31 15:45:20 +02:00
lfs.c volume_id: add LittleFS detection 2018-01-19 20:37:13 +01:00
linux_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
linux_swap.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
luks.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
minix.c volume_id: enable minix detection 2017-07-25 14:22:08 +02:00
nilfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ntfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ocfs2.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
reiserfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
romfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
squashfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
sysv.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ubifs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
udf.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_highpoint.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_hpfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_isw_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_lsi_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_lvm.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_mac.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_msdos.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_nvidia_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_promise_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_silicon_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_ufs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_via_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
util.c whitespace fixes. no code changes 2013-01-14 01:34:48 +01:00
volume_id_internal.h volume_id: improve struct layout (smaller offesets, smaller insns on x86) 2020-11-19 13:58:25 +01:00
volume_id.c util-linux: support erofs filesystem 2020-11-18 19:19:23 +01:00
xfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00