Searched refs:fsys_table (Results 1 – 5 of 5) sorted by relevance
48 struct fsys_entry fsys_table[NUM_FSYS + 1] = variable435 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()442 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()1421 grub_printf ("is %s, ", fsys_table[fsys_type].name); in print_fsys_type()1797 if (!errnum && (*(fsys_table[fsys_type].dir_func)) (filename)) in grub_open()1902 return (*(fsys_table[fsys_type].read_func)) (buf, len); in grub_read()1939 return (*(fsys_table[fsys_type].dir_func)) (dirname); in dir()1951 if (fsys_table[fsys_type].close_func != 0) in grub_close()1952 (*(fsys_table[fsys_type].close_func)) (); in grub_close()
186 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
1490 if (fsys_table[fsys_type].embed_func == 0 in embed_func()1491 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()4658 char *fsys = fsys_table[fsys_type].name; in setup_func()
257 look for the use of the @var{fsys_table} array.
459 * stage2/disk_io.c (fsys_table): Added an ufs2 entry.602 * stage2/disk_io.c (fsys_table) [FSYS_ISO9660]: Added iso9660.2201 * stage2/disk_io.c (fsys_table): Added entries for JFS and XFS.2433 * stage2/disk_io.c (fsys_table): Added an entry for vstafs.5067 * stage2/disk_io.c (fsys_table): Added reiserfs entry.5085 * stage2/filesys.h (fsys_table): New entry embed_func.5087 * stage2/disk_io.c (fsys_table): Fill embed_func entries. The5422 * stage2/disk_io.c (fsys_table): Use fat_read.6421 * stage2/disk_io.c (fsys_table): Add the `close' member into7354 * stage2/disk_io.c (fsys_table) [FSYS_TFTP]: Added an entry for[all …]