Searched refs:_fs_ (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/netbsd-tests/fs/common/ |
| H A D | h_fsmacros.h | 45 #define FSPROTOS(_fs_) \ argument 46 int _fs_##_fstest_newfs(const atf_tc_t *, void **, const char *, \ 48 int _fs_##_fstest_delfs(const atf_tc_t *, void *); \ 49 int _fs_##_fstest_mount(const atf_tc_t *, void *, const char *, int); \ 50 int _fs_##_fstest_unmount(const atf_tc_t *, const char *, int); 78 #define FSTEST_CONSTRUCTOR(_tc_, _fs_, _args_) \ argument 80 if (_fs_##_fstest_newfs(_tc_, &_args_, \ 83 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \ 87 #define FSTEST_CONSTRUCTOR_FSPRIV(_tc_, _fs_, _args_, _privargs_) \ argument 89 if (_fs_##_fstest_newfs(_tc_, &_args_, \ [all …]
|