Home
last modified time | relevance | path

Searched refs:dir_start (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0025-efi-chainloader-Propagate-errors-from-copy_file_path.patch57 - dir_start, dir_end - dir_start);
59 + dir_start, dir_end - dir_start) != GRUB_ERR_NONE)
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dloader-efi-chainloader-Simplify-the-loader-state.patch61 char *dir_start;
67 dir_start = grub_strchr (filename, ')');
68 if (! dir_start)
/OK3568_Linux_fs/kernel/fs/fat/
H A Dcache.c368 *phys = sector + sbi->dir_start; in fat_bmap()
H A Dfat.h70 unsigned long dir_start; member
H A Dinode.c1763 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length; in fat_fill_super()
1774 sbi->data_start = sbi->dir_start + rootdir_sectors; in fat_fill_super()