Searched defs:struct_file_info (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.h133 struct struct_file_info { /* Used to handle files and directories */ struct
216 extern struct struct_file_info file_info,first_file_info;
332 extern long file_block_to_global_block (long file_block,struct struct_file_info *file_info_ptr);
357 extern int init_dir_info (struct struct_file_info *info);
378 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status);
379 int action_count (struct struct_file_info *info);
382 int action_name (struct struct_file_info *info);
383 int action_entry_num (struct struct_file_info *info);
384 int action_show (struct struct_file_info *inf
[all...]

Completed in 66 milliseconds