vfs_test_ops       40 tests/lib/vfs/canonicalize_pathname.c static struct vfs_class vfs_test_ops;
vfs_test_ops       59 tests/lib/vfs/canonicalize_pathname.c     vfs_init_class (&vfs_test_ops, "testfs", VFSF_NOLINKS | VFSF_REMOTE, "ftp");
vfs_test_ops       60 tests/lib/vfs/canonicalize_pathname.c     vfs_register_class (&vfs_test_ops);
vfs_test_ops       39 tests/lib/vfs/current_dir.c static struct vfs_class *vfs_test_ops = VFS_CLASS (&vfs_test_subclass);
vfs_test_ops       65 tests/lib/vfs/current_dir.c     vfs_init_class (vfs_test_ops, "testfs", VFSF_UNKNOWN, "test");
vfs_test_ops       66 tests/lib/vfs/current_dir.c     vfs_test_ops->chdir = test_chdir;
vfs_test_ops      157 tests/lib/vfs/current_dir.c     vfs_test_ops->flags = data->input_class_flags;
vfs_test_ops      158 tests/lib/vfs/current_dir.c     vfs_register_class (vfs_test_ops);
vfs_test_ops      177 tests/lib/vfs/current_dir.c     vfs_unregister_class (vfs_test_ops);