OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_file_info
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/ext2ed/
inode_com.c
357
/* It is very important to init
first_file_info
first, as search_dir_entries relies on it */
359
if (!init_dir_info (&
first_file_info
)) {
364
file_info=
first_file_info
;
ext2ed.h
216
extern struct struct_file_info file_info,
first_file_info
;
main.c
81
struct struct_file_info file_info,
first_file_info
; /* Used by file_com.c to access files */
variable in typeref:struct:
dir_com.c
104
info=
first_file_info
; /* Start from the first entry - Read it */
Completed in 63 milliseconds