busybox/util-linux
Denys Vlasenko 893009644f volume_id: add FAST_FUNC where appropriate
function                                             old     new   delta
volume_id_probe_iso9660                              324     327      +3
volume_id_probe_vfat                                 902     903      +1
volume_id_probe_udf                                  576     577      +1
volume_id_probe_ntfs                                 314     315      +1
uuidcache_check_device                               292     291      -1
volume_id_probe_xfs                                   87      85      -2
volume_id_probe_sysv                                 165     163      -2
volume_id_probe_romfs                                 89      87      -2
volume_id_probe_reiserfs                             236     234      -2
volume_id_probe_ocfs2                                 96      94      -2
volume_id_probe_luks                                  78      76      -2
volume_id_probe_linux_swap                           165     163      -2
volume_id_probe_jfs                                   96      94      -2
volume_id_probe_hfs_hfsplus                          795     793      -2
volume_id_probe_ext                                   82      80      -2
volume_id_probe_cramfs                                59      57      -2
volume_id_probe_btrfs                                 96      94      -2
free_volume_id                                        36      31      -5
volume_id_probe_linux_raid                           127     119      -8
volume_id_probe_all                                  152     138     -14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/16 up/down: 6/-52)            Total: -46 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-11-01 23:07:18 +01:00
..
volume_id volume_id: add FAST_FUNC where appropriate 2009-11-01 23:07:18 +01:00
acpid.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
blkid.c blkid: vda forgot to svn add it again. vda is stupid 2008-10-19 17:47:31 +00:00
Config.in volume_id: add support for btrfs 2009-11-01 23:05:09 +01:00
dmesg.c dmesg: try to detect buffer size 2009-07-10 14:14:14 +02:00
fbset.c *: three more NOINLINEs 2009-10-08 14:54:18 +02:00
fdformat.c Fix forgotten license comments 2008-12-07 00:52:58 +00:00
fdisk_aix.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk_osf.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk_sgi.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk_sun.c fdisk: add a warning and truncate disks with >= 2^32 sectors 2009-09-16 03:03:13 +02:00
fdisk.c *: optimize most of isXXXXX() macros 2009-10-23 03:16:08 +02:00
findfs.c swaponoff: add uuid/label support. By Natanael Copa 2009-09-20 04:28:22 +02:00
freeramdisk.c move libc related stuff out of platform.h 2009-07-08 02:58:38 +02:00
fsck_minix.c *: random code shrink 2009-10-29 13:27:31 +01:00
getopt.c getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS 2009-06-19 12:10:38 +02:00
hexdump.c more C standard compat fixes from Dan Fandrich 2009-09-06 12:47:55 +02:00
hwclock.c more C standard compat fixes from Dan Fandrich 2009-09-06 12:47:55 +02:00
ipcrm.c *: optimize most of isXXXXX() macros 2009-10-23 03:16:08 +02:00
ipcs.c *: a few more NOINLINEs 2009-10-08 14:35:37 +02:00
Kbuild tune2fs: new applet by Vladimir. Only supports -L LABEL 2009-10-22 00:55:55 +02:00
losetup.c - commentary typo fix 2008-07-21 15:29:36 +00:00
mdev.c mdev: do not die on mknod errors 2009-11-01 21:51:31 +01:00
minix.h *: more portability fixes by Dan Fandrich 2009-09-23 23:15:43 +02:00
mkfs_ext2_test.sh mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) 2009-10-22 12:12:17 +02:00
mkfs_ext2.c mkfs_ext2: fix compile error 2009-10-24 17:20:29 +02:00
mkfs_ext2.txt mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) 2009-10-22 12:12:17 +02:00
mkfs_minix.c fix mountpoint test to not prevemt mkfs_xxx from making image in any file 2009-07-18 16:22:26 +02:00
mkfs_vfat.c use PACKED macro insted of open-coding GCC-ism 2009-09-16 00:58:11 +02:00
mkswap.c util-linux/mkswap.c: fix warning 2009-10-15 22:43:07 +02:00
more.c *: reduce #ifdef forest 2009-06-05 14:55:26 +02:00
mount.c wget: fix for code 302; mount: support -o union 2009-10-05 02:18:01 +02:00
pivot_root.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
rdate.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
rdev.c - add new applet rdev (Grant Erickson) 2008-08-19 11:28:52 +00:00
readprofile.c libbb: [x]fopen_for_{read,write} introduced and used. 2008-07-21 23:05:26 +00:00
rtcwake.c *: random code shrink 2009-10-29 13:27:31 +01:00
script.c getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS 2009-06-19 12:10:38 +02:00
scriptreplay.c scriptreplay: show help text if run with no arguments 2009-07-19 23:11:45 +02:00
setarch.c setarch: do not try to use non-existent data in argv[] 2008-08-23 23:15:17 +00:00
swaponoff.c swaponoff: add uuid/label support. By Natanael Copa 2009-09-20 04:28:22 +02:00
switch_root.c move libc related stuff out of platform.h 2009-07-08 02:58:38 +02:00
tune2fs.c tune2fs: new applet by Vladimir. Only supports -L LABEL 2009-10-22 00:55:55 +02:00
umount.c move libc related stuff out of platform.h 2009-07-08 02:58:38 +02:00