Searched refs:grub_fshelp_find_file (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfshelp.h51 EXPORT_FUNC(grub_fshelp_find_file) (const char *path,
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c423 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 Dromfs.c338 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 Dsfs.c483 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 Dfshelp.c39 grub_fshelp_find_file (const char *path, grub_fshelp_node_t rootnode, function
H A Dntfs.c1036 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 Dext2.c773 err = grub_fshelp_find_file (name, &data->diropen, &fdiro,
869 grub_fshelp_find_file (path, &data->diropen, &fdiro, grub_ext2_iterate_dir,
H A Dhfsplus.c871 grub_fshelp_find_file (name, &data->dirroot, &fdiro,
951 grub_fshelp_find_file (path, &data->dirroot, &fdiro,
H A Diso9660.c877 if (grub_fshelp_find_file (path, &rootnode,
920 if (grub_fshelp_find_file (name, &rootnode,
H A Dnilfs2.c977 grub_fshelp_find_file (name, &data->diropen, &fdiro,
1071 grub_fshelp_find_file (path, &data->diropen, &fdiro,
H A Dsquash4.c632 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 Dudf.c997 if (grub_fshelp_find_file (path, &rootnode,
1032 if (grub_fshelp_find_file (name, &rootnode,
H A Dxfs.c731 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 Dreiserfs.c1009 grub_fshelp_find_file (name, &root, &found,
1304 grub_fshelp_find_file (path, &root, &found, grub_reiserfs_iterate_dir,

Completed in 327 milliseconds