Searched refs:fs_type (Results 1 - 18 of 18) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dfilesystems.h111 #define BEGIN_FS_TEST_CASE(case_name, disk, fs_type, fs_name, info) \
115 if (can_execute_test(test_info, &disk, fs_type)) { \
116 setup_fs_test(disk, fs_type);
118 #define END_FS_TEST_CASE(case_name, fs_type, fs_name) \
119 teardown_fs_test(fs_type); \
126 #define FS_TEST_CASE(case_name, disk, CASE_TESTS, test_type, fs_type, index) \
127 BEGIN_FS_TEST_CASE(case_name, disk, test_type, fs_type, &FILESYSTEMS[index]) \
129 END_FS_TEST_CASE(case_name, test_type, fs_type)
H A Dfilesystems.cpp251 static int mkfs_common(const char* disk_path, disk_format_t fs_type) { argument
253 if ((status = mkfs(disk_path, fs_type, launch_stdio_sync,
256 disk_format_string(fs_type));
262 static int fsck_common(const char* disk_path, disk_format_t fs_type) { argument
264 if ((status = fsck(disk_path, fs_type, &test_fsck_options,
266 fprintf(stderr, "fsck on %s failed", disk_format_string(fs_type));
273 disk_format_t fs_type) {
284 if ((status = mount(fd, mount_path, fs_type, &default_mount_options,
287 disk_format_string(fs_type));
272 mount_common(const char* disk_path, const char* mount_path, disk_format_t fs_type) argument
H A Dtest-minfs.cpp44 ASSERT_EQ(info->fs_type, VFS_TYPE_MINFS);
/fuchsia/zircon/system/utest/fs-test-utils/
H A Dunittest_test.cpp26 options.fs_type = DISK_FORMAT_MINFS;
51 ASSERT_EQ(actual, fixture->options().fs_type);
H A Dperftest_test.cpp166 ASSERT_EQ(f_options.fs_type, DISK_FORMAT_BLOBFS);
/fuchsia/zircon/system/ulib/fs-test-utils/include/fs-test-utils/
H A Dfixture.h57 options.fs_type = format;
86 disk_format_t fs_type; member in struct:fs_test_utils::FixtureOptions
88 // Format the device device with the given |fs_type|. This is useful
/fuchsia/zircon/system/utest/fvm-host/
H A Dmain.cpp48 fs_type_t fs_type; member in struct:__anon1426
54 switch (fs_type) {
345 switch (part->fs_type) {
402 switch (part->fs_type) {
511 bool GeneratePartitionPath(fs_type_t fs_type, guid_type_t guid_type) { argument
516 if (part->fs_type == fs_type && part->guid_type == guid_type) {
523 part->fs_type = fs_type;
/fuchsia/zircon/system/ulib/fs-management/include/fs-management/
H A Dmount.h45 static inline const char* disk_format_string(disk_format_t fs_type) { argument
46 return disk_format_string_[fs_type];
/fuchsia/zircon/system/ulib/fs-test-utils/
H A Dperftest.cpp357 fixture_options->fs_type = DISK_FORMAT_MINFS;
359 fixture_options->fs_type = DISK_FORMAT_BLOBFS;
H A Dfixture.cpp103 zx_status_t result = mkfs(block_device_path.c_str(), options.fs_type,
113 result = fsck(block_device_path.c_str(), options.fs_type, &fsck_options, launch_stdio_sync);
/fuchsia/zircon/system/utest/fs-bench/
H A Dfs-bench.cpp184 disk_format_string_[f_opts.fs_type], test_sample_count);
219 disk_format_string_[f_opts.fs_type], test_sample_count);
/fuchsia/zircon/system/utest/blobfs-bench/
H A Dblobfs-bench.cpp354 fbl::StringPrintf("%s/%s/%luBlobs/Api", disk_format_string_[f_opts.fs_type],
369 "%s/%s/%luBlobs/Read%s", disk_format_string_[f_opts.fs_type], size.c_str(),
/fuchsia/zircon/system/utest/memfs/
H A Dfidl-tests.cpp81 ASSERT_EQ(info->fs_type, VFS_TYPE_MEMFS);
/fuchsia/zircon/system/ulib/blobfs/
H A Dvnode.cpp192 info->fs_type = VFS_TYPE_BLOBFS;
/fuchsia/zircon/system/ulib/memfs/
H A Ddirectory.cpp57 info->fs_type = VFS_TYPE_MEMFS;
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c2320 stats.f_type = info.fs_type;
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp1697 info->fs_type = VFS_TYPE_MINFS;
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp622 ASSERT_EQ(info.fs_type, VFS_TYPE_BLOBFS);

Completed in 401 milliseconds