Searched refs:tst_fs_fill_hardlinks_ (Results 1 – 2 of 2) sorted by relevance
106 int tst_fs_fill_hardlinks_(void (*cleanup) (void), const char *dir);188 return tst_fs_fill_hardlinks_(NULL, dir); in tst_fs_fill_hardlinks()214 return tst_fs_fill_hardlinks_(cleanup, dir); in tst_fs_fill_hardlinks()
43 int tst_fs_fill_hardlinks_(void (*cleanup) (void), const char *dir) in tst_fs_fill_hardlinks_() function