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