grub/grub-core/fs
Colin Watson 25239370fd Remove nested functions from device iterators.
* include/grub/arc/arc.h (grub_arc_iterate_devs_hook_t): New type.
(grub_arc_iterate_devs): Add hook_data argument.
* include/grub/ata.h (grub_ata_dev_iterate_hook_t): New type.
(struct grub_ata_dev.iterate): Add hook_data argument.
* include/grub/device.h (grub_device_iterate_hook_t): New type.
(grub_device_iterate): Add hook_data argument.
* include/grub/disk.h (grub_disk_dev_iterate_hook_t): New type.
(struct grub_disk_dev.iterate): Add hook_data argument.
(grub_disk_dev_iterate): Likewise.
* include/grub/gpt_partition.h (grub_gpt_partition_map_iterate):
Likewise.
* include/grub/msdos_partition.h (grub_partition_msdos_iterate):
Likewise.
* include/grub/partition.h (grub_partition_iterate_hook_t): New
type.
(struct grub_partition_map.iterate): Add hook_data argument.
(grub_partition_iterate): Likewise.
* include/grub/scsi.h (grub_scsi_dev_iterate_hook_t): New type.
(struct grub_scsi_dev.iterate): Add hook_data argument.

Update all callers.
2013-01-20 15:52:15 +00:00
..
zfs Remove nested functions from device iterators. 2013-01-20 15:52:15 +00:00
affs.c * grub-core/fs/affs.c (grub_affs_mount): Support AFFS bootblock in 2012-09-26 09:33:41 +02:00
afs.c Leverage BFS implementation to read AFS. 2011-10-30 16:10:18 +01:00
bfs.c * grub-core/fs/bfs.c (iterate_in_b_tree): Add missing NESTED_FUNC_ATTR. 2012-05-27 15:31:54 +02:00
btrfs.c Remove nested functions from device iterators. 2013-01-20 15:52:15 +00:00
cpio.c * grub-core/fs/cpio.c (canonicalize): Handle "..". 2012-05-27 00:54:41 +02:00
cpio_be.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
exfat.c exfat reader 2011-04-11 18:13:00 +02:00
ext2.c * grub-core/fs/ext2.c (grub_ext2_read_block): Use shifts rather than 2013-01-05 18:37:34 +01:00
fat.c * grub-core/fs/fat.c (grub_fat_iterate_dir_next): Don't stop on a space 2012-06-25 17:47:52 +02:00
fshelp.c * grub-core/fs/fshelp.c (grub_fshelp_find_file): Don't free oldnode if 2012-06-27 19:37:40 +02:00
hfs.c Handle slash in HFS label. 2012-06-26 14:53:35 +02:00
hfsplus.c * grub-core/fs/hfsplus.c (grub_hfsplus_catfile): New field parentid. 2012-05-27 00:56:55 +02:00
iso9660.c * grub-core/fs/iso9660.c (grub_iso9660_susp_iterate): Avoid hang if 2013-01-03 21:27:00 +01:00
jfs.c * grub-core/fs/jfs.c (grub_jfs_find_file): Handle "." and "..". 2012-05-27 01:03:26 +02:00
minix.c * grub-core/fs/minix.c (grub_minix_read_file): Simplify arithmetics. 2013-01-07 11:27:18 +01:00
minix2.c Split minix.mod into minix.mod and minix2.mod. 2010-09-08 19:13:48 +02:00
minix2_be.c Handle big-endian minixfs (fixes minixfs tests on bigendian). 2012-04-01 21:35:18 +02:00
minix3.c minix3fs support 2011-04-11 08:16:13 +02:00
minix3_be.c Handle big-endian minixfs (fixes minixfs tests on bigendian). 2012-04-01 21:35:18 +02:00
minix_be.c Handle big-endian minixfs (fixes minixfs tests on bigendian). 2012-04-01 21:35:18 +02:00
newc.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
nilfs2.c * grub-core/fs/nilfs2.c (-grub_nilfs2_palloc_groups_per_desc_block): 2013-01-05 16:53:04 +01:00
ntfs.c * grub-core/fs/ntfs.c: Ue more appropriate types. 2013-01-11 07:41:05 +01:00
ntfscomp.c * grub-core/fs/ntfs.c: Ue more appropriate types. 2013-01-11 07:41:05 +01:00
odc.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
reiserfs.c * grub-core/fs/reiserfs.c (grub_reiserfs_iterate_dir): Fix size byteswap 2012-05-22 08:30:57 +02:00
romfs.c * grub-core/fs/bfs.c (mount): Improve filesystem detection reliability. 2012-05-12 13:31:05 +02:00
sfs.c Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +02:00
squash4.c Handle "." and ".." on squashfs. 2012-05-27 13:44:48 +02:00
tar.c automake commit without merge history 2010-05-06 11:34:04 +05:30
udf.c * grub-core/fs/udf.c (read_string): Bail out on size=0. 2012-05-13 20:18:33 +02:00
ufs.c * grub-core/fs/ufs.c (grub_ufs_dir): Stop if direntlen is 0 to avoid 2012-12-10 09:22:40 +01:00
ufs2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
ufs_be.c Support big-endian UFS1. 2012-12-08 20:56:58 +01:00
xfs.c * grub-core/fs/xfs.c (grub_xfs_read_block): Make keys a const pointer. 2012-09-05 08:45:07 +02:00