Searched refs:ta_imgpath (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/netbsd-tests/fs/common/ |
| H A D | fstest_v7fs.c | 51 char ta_imgpath[MAXPATHLEN]; member 79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in v7fs_fstest_newfs() 105 res = unlink(args->ta_imgpath); in v7fs_fstest_delfs()
|
| H A D | fstest_sysvbfs.c | 51 char ta_imgpath[MAXPATHLEN]; member 79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in sysvbfs_fstest_newfs() 104 res = unlink(args->ta_imgpath); in sysvbfs_fstest_delfs()
|
| H A D | fstest_ext2fs.c | 51 char ta_imgpath[MAXPATHLEN]; member 79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in ext2fs_fstest_newfs() 104 res = unlink(args->ta_imgpath); in ext2fs_fstest_delfs()
|
| H A D | fstest_msdosfs.c | 51 char ta_imgpath[MAXPATHLEN]; member 79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in msdosfs_fstest_newfs() 105 res = unlink(args->ta_imgpath); in msdosfs_fstest_delfs()
|
| H A D | fstest_udf.c | 52 char ta_imgpath[MAXPATHLEN]; member 87 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in udf_fstest_newfs() 116 res = unlink(args->ta_imgpath); in udf_fstest_delfs()
|
| H A D | fstest_ffs.c | 52 char ta_imgpath[MAXPATHLEN]; member 84 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in ffs_fstest_newfs() 112 res = unlink(args->ta_imgpath); in ffs_fstest_delfs()
|
| H A D | fstest_lfs.c | 56 char ta_imgpath[MAXPATHLEN]; member 87 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image); in lfs_fstest_newfs() 113 res = unlink(args->ta_imgpath); in lfs_fstest_delfs()
|