Home
last modified time | relevance | path

Searched refs:root_offset (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dfsys_fat.c31 int root_offset; member
101 FAT_SUPER->root_offset = in fat_mount()
107 FAT_SUPER->root_offset in fat_mount()
211 if (!devread(FAT_SUPER->root_offset, filepos, size, buf)) in fat_read()
/external/e2fsprogs/e2fsck/
Drehash.c535 int limit_offset, root_offset; in calculate_tree() local
538 root_offset = limit_offset = ((char *) root_info - outdir->buf) + in calculate_tree()
547 root = (struct ext2_dx_entry *) (outdir->buf + root_offset); in calculate_tree()
568 (outdir->buf + root_offset); in calculate_tree()
579 root_offset += sizeof(struct ext2_dx_entry); in calculate_tree()