HomeSort by relevance Sort by last modified time
    Searched full:struct_file_info (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 129 struct struct_file_info { /* Used to handle files and directories */ struct
212 extern struct struct_file_info file_info,first_file_info;
328 extern long file_block_to_global_block (long file_block,struct struct_file_info *file_info_ptr);
353 extern int init_dir_info (struct struct_file_info *info);
374 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status);
375 int action_count (struct struct_file_info *info);
378 int action_name (struct struct_file_info *info);
379 int action_entry_num (struct struct_file_info *info);
380 int action_show (struct struct_file_info *info)
    [all...]
dir_com.c 41 int init_dir_info (struct struct_file_info *info_ptr)
83 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status)
101 struct struct_file_info info; /* Temporary variables used to */
163 int action_count (struct struct_file_info *info)
221 struct struct_file_info info;
313 int action_name (struct struct_file_info *info)
347 struct struct_file_info info;
374 int action_entry_num (struct struct_file_info *info)
445 int action_show (struct struct_file_info *info
    [all...]
file_com.c 507 long file_block_to_global_block (long file_block,struct struct_file_info *file_info_ptr)
main.c 82 struct struct_file_info file_info,first_file_info; /* Used by file_com.c to access files */
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml     [all...]

Completed in 303 milliseconds