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

/external/e2fsprogs/misc/
H A Dchattr.c190 static int chattr_dir_proc(const char *, struct dirent *, void *);
251 return iterate_on_dir (name, chattr_dir_proc, NULL);
255 static int chattr_dir_proc (const char * dir_name, struct dirent * de, function
267 "in chattr_dir_proc"));

Completed in 74 milliseconds