Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_fs.h102 int tst_fs_fill_hardlinks_(void (*cleanup) (void), const char *dir);
238 return tst_fs_fill_hardlinks_(NULL, dir); in tst_fs_fill_hardlinks()
264 return tst_fs_fill_hardlinks_(cleanup, dir); in tst_fs_fill_hardlinks()
/third_party/ltp/lib/
Dtst_fs_link_count.c43 int tst_fs_fill_hardlinks_(void (*cleanup) (void), const char *dir) in tst_fs_fill_hardlinks_() function