Home
last modified time | relevance | path

Searched refs:vfs_ops (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc97 Ops *vfs_ops = L4Re::Vfs::vfs_ops; in __internal_get_dir() local
103 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 …]
A Dredirect.h10 #define L4B(e) L4Re::Vfs::vfs_ops->e
22 cxx::Ref_ptr<L4Re::Vfs::File> file = L4Re::Vfs::vfs_ops->get_file(fd); \
A Dmount.cc19 int e = L4Re::Vfs::vfs_ops->mount(__special_file, __dir, __fstype, __rwflag, __data); in mount()
A Dsocket.cc33 L4Re::Vfs::Ops *o = L4Re::Vfs::vfs_ops; \
/l4re-core-master/l4re_vfs/include/
A Dbackend28 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);
/l4re-core-master/l4re_vfs/include/impl/
A Dns_fs_impl.h46 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