HomeSort by relevance Sort by last modified time
    Searched refs:search_dir_entries (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/ext2ed/
dir_com.c 83 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status) function
152 This function counts the number of entries in the directory. We just call search_dir_entries till the end.
153 The client function is action_count, which just tell search_dir_entries to continue.
160 return (search_dir_entries (&action_count,&status).dir_entry_num);
167 Used by count_dir_entries above - This function is called by search_dir_entries, and it tells it to continue
191 search_dir_entries, which accepts the action_name function as the client function.
193 4. search_dir_entries will scan the entire entries and will call our action_name function for each entry.
258 info=search_dir_entries (&action_name,&status); /* Search for the entry. Answer in info. */
341 search_dir_entries is used along with action_entry_num, in the same fashion as the previous usage of search_dir_entries
    [all...]
ext2ed.h 374 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status);

Completed in 42 milliseconds