Searched refs:vfs_ops (Results 1 – 6 of 6) sorted by relevance
97 Ops *vfs_ops = L4Re::Vfs::vfs_ops; in __internal_get_dir() local103 return vfs_ops->get_root(); in __internal_get_dir()106 return vfs_ops->get_cwd(); in __internal_get_dir()108 return vfs_ops->get_file(dirfd); in __internal_get_dir()143 int fd = L4Re::Vfs::vfs_ops->alloc_fd(f); in __internal_open()202 Ops *o = L4Re::Vfs::vfs_ops; in fcntl64()297 Ops *o = L4Re::Vfs::vfs_ops; in dup2()324 Ops *o = L4Re::Vfs::vfs_ops; in dup()366 Ops *o = L4Re::Vfs::vfs_ops; in close()385 Ops *o = L4Re::Vfs::vfs_ops; in __getdents64()[all …]
10 #define L4B(e) L4Re::Vfs::vfs_ops->e22 cxx::Ref_ptr<L4Re::Vfs::File> file = L4Re::Vfs::vfs_ops->get_file(fd); \
19 int e = L4Re::Vfs::vfs_ops->mount(__special_file, __dir, __fstype, __rwflag, __data); in mount()
33 L4Re::Vfs::Ops *o = L4Re::Vfs::vfs_ops; \
28 extern L4Re::Vfs::Ops *vfs_ops asm ("l4re_env_posix_vfs_ops");44 { return vfs_ops->malloc(size); }50 { vfs_ops->free(m); }320 * in the registry of L4Re::Vfs::vfs_ops.325 vfs_ops->register_file_system(this);332 * from the registry of L4Re::Vfs::vfs_ops.336 vfs_ops->unregister_file_system(this);
46 factory = L4Re::Vfs::vfs_ops->get_file_factory(proto); in cap_to_vfs_object()49 factory = L4Re::Vfs::vfs_ops->get_file_factory(name.data); in cap_to_vfs_object()
Completed in 7 milliseconds