OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_offset
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
fsys_fat.c
31
int
root_offset
;
member in struct:fat_superblock
101
FAT_SUPER->
root_offset
=
107
FAT_SUPER->
root_offset
211
if (!devread(FAT_SUPER->
root_offset
, filepos, size, buf))
/external/e2fsprogs/e2fsck/
rehash.c
560
int limit_offset,
root_offset
;
local
563
root_offset
= limit_offset = ((char *) root_info - outdir->buf) +
572
root = (struct ext2_dx_entry *) (outdir->buf +
root_offset
);
593
(outdir->buf +
root_offset
);
604
root_offset
+= sizeof(struct ext2_dx_entry);
Completed in 40 milliseconds