Searched refs:tst_fs_fill_subdirs_ (Results 1 – 2 of 2) sorted by relevance
125 int tst_fs_fill_subdirs_(void (*cleanup) (void), const char *dir);193 return tst_fs_fill_subdirs_(NULL, dir); in tst_fs_fill_subdirs()219 return tst_fs_fill_subdirs_(cleanup, dir); in tst_fs_fill_subdirs()
106 int tst_fs_fill_subdirs_(void (*cleanup) (void), const char *dir) in tst_fs_fill_subdirs_() function