Home
last modified time | relevance | path

Searched refs:tst_fs_fill_hardlinks_ (Results 1 – 2 of 2) sorted by relevance

/external/ltp/include/
Dtst_fs.h106 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()
/external/ltp/lib/
Dtst_fs_link_count.c43 int tst_fs_fill_hardlinks_(void (*cleanup) (void), const char *dir) in tst_fs_fill_hardlinks_() function