Searched refs:grub_fshelp_find_file (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | fshelp.h | 51 EXPORT_FUNC(grub_fshelp_find_file) (const char *path,
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | affs.c | 423 grub_fshelp_find_file (name, &data->diropen, &fdiro, grub_affs_iterate_dir, 508 grub_fshelp_find_file (path, &data->diropen, &fdiro, grub_affs_iterate_dir,
|
H A D | romfs.c | 338 grub_fshelp_find_file (path, &start, &fdiro, grub_romfs_iterate_dir, 365 grub_fshelp_find_file (name, &start, &fdiro, grub_romfs_iterate_dir,
|
H A D | sfs.c | 483 grub_fshelp_find_file (name, &data->diropen, &fdiro, grub_sfs_iterate_dir, 568 grub_fshelp_find_file (path, &data->diropen, &fdiro, grub_sfs_iterate_dir,
|
H A D | fshelp.c | 39 grub_fshelp_find_file (const char *path, grub_fshelp_node_t rootnode, function
|
H A D | ntfs.c | 1036 grub_fshelp_find_file (path, &data->cmft, &fdiro, grub_ntfs_iterate_dir, 1074 grub_fshelp_find_file (name, &data->cmft, &mft, grub_ntfs_iterate_dir, 1158 grub_fshelp_find_file ("/$Volume", &data->cmft, &mft, grub_ntfs_iterate_dir,
|
H A D | ext2.c | 773 err = grub_fshelp_find_file (name, &data->diropen, &fdiro, 869 grub_fshelp_find_file (path, &data->diropen, &fdiro, grub_ext2_iterate_dir,
|
H A D | hfsplus.c | 871 grub_fshelp_find_file (name, &data->dirroot, &fdiro, 951 grub_fshelp_find_file (path, &data->dirroot, &fdiro,
|
H A D | iso9660.c | 877 if (grub_fshelp_find_file (path, &rootnode, 920 if (grub_fshelp_find_file (name, &rootnode,
|
H A D | nilfs2.c | 977 grub_fshelp_find_file (name, &data->diropen, &fdiro, 1071 grub_fshelp_find_file (path, &data->diropen, &fdiro,
|
H A D | squash4.c | 632 grub_fshelp_find_file (path, &root, &fdiro, grub_squash_iterate_dir, 658 grub_fshelp_find_file (name, &root, &fdiro, grub_squash_iterate_dir,
|
H A D | udf.c | 997 if (grub_fshelp_find_file (path, &rootnode, 1032 if (grub_fshelp_find_file (name, &rootnode,
|
H A D | xfs.c | 731 grub_fshelp_find_file (path, &data->diropen, &fdiro, grub_xfs_iterate_dir, 764 grub_fshelp_find_file (name, &data->diropen, &fdiro, grub_xfs_iterate_dir,
|
H A D | reiserfs.c | 1009 grub_fshelp_find_file (name, &root, &found, 1304 grub_fshelp_find_file (path, &root, &found, grub_reiserfs_iterate_dir,
|
Completed in 327 milliseconds