OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootdir_start
(Results
1 - 3
of
3
) sorted by null
/system/extras/fatblock/
fs.h
49
void fs_set_rootdir_start(struct fs *fs, cluster_t
rootdir_start
);
fat.h
46
cluster_t
rootdir_start
;
member in struct:fat_boot_sector
fs.c
197
/* bs->
rootdir_start
will be set later. */
249
void fs_set_rootdir_start(struct fs *fs, cluster_t
rootdir_start
)
253
fs->boot.
rootdir_start
= htole32(
rootdir_start
);
Completed in 43 milliseconds