test_subclass1 39 tests/lib/vfs/vfs_parse_ls_lga.c static struct vfs_s_subclass test_subclass1; test_subclass1 40 tests/lib/vfs/vfs_parse_ls_lga.c static struct vfs_class *vfs_test_ops1 = VFS_CLASS (&test_subclass1); test_subclass1 64 tests/lib/vfs/vfs_parse_ls_lga.c vfs_init_subclass (&test_subclass1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1"); test_subclass1 40 tests/lib/vfs/vfs_s_get_path.c static struct vfs_s_subclass test_subclass1, test_subclass2, test_subclass3; test_subclass1 41 tests/lib/vfs/vfs_s_get_path.c static struct vfs_class *vfs_test_ops1 = VFS_CLASS (&test_subclass1); test_subclass1 89 tests/lib/vfs/vfs_s_get_path.c vfs_init_subclass (&test_subclass1, "testfs1", VFSF_NOLINKS | VFSF_REMOTE, "test1"); test_subclass1 90 tests/lib/vfs/vfs_s_get_path.c test_subclass1.open_archive = test1_mock_open_archive; test_subclass1 91 tests/lib/vfs/vfs_s_get_path.c test_subclass1.archive_same = test1_mock_archive_same; test_subclass1 92 tests/lib/vfs/vfs_s_get_path.c test_subclass1.archive_check = NULL;