Searched defs:fuse_ops (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs_factory.cc11 FuseFsFactory::FuseFsFactory(fuse_operations* fuse_ops) : fuse_ops_(fuse_ops) { argument
17 args_copy.fuse_ops = fuse_ops_;
H A Dfuse_fs.cc41 fuse_ops_ = args.fuse_ops;
213 struct fuse_operations* fuse_ops,
216 : Node(filesystem), fuse_ops_(fuse_ops), info_(info), path_(path) {
310 struct fuse_operations* fuse_ops,
313 : FuseFsNode(filesystem, fuse_ops, info, path) {
390 struct fuse_operations* fuse_ops,
393 : FuseFsNode(filesystem, fuse_ops, info, path) {
212 FuseFsNode(Filesystem* filesystem, struct fuse_operations* fuse_ops, struct fuse_file_info& info, const std::string& path) argument
309 FileFuseFsNode(Filesystem* filesystem, struct fuse_operations* fuse_ops, struct fuse_file_info& info, const std::string& path) argument
389 DirFuseFsNode(Filesystem* filesystem, struct fuse_operations* fuse_ops, struct fuse_file_info& info, const std::string& path) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfilesystem.h35 FsInitArgs() : dev(0), ppapi(NULL), fuse_ops(NULL) {}
36 explicit FsInitArgs(int dev) : dev(dev), ppapi(NULL), fuse_ops(NULL) {}
42 fuse_operations* fuse_ops; member in struct:nacl_io::FsInitArgs
H A Dnacl_io.cc23 int nacl_io_register_fs_type(const char* fs_type, fuse_operations* fuse_ops) { argument
24 return ki_get_proxy()->RegisterFsType(fs_type, fuse_ops);
H A Dkernel_proxy.cc140 fuse_operations* fuse_ops) {
145 factories_[fs_type] = new FuseFsFactory(fuse_ops);
139 RegisterFsType(const char* fs_type, fuse_operations* fuse_ops) argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dfuse_fs_test.cc25 explicit FuseFsForTesting(fuse_operations* fuse_ops) { argument
27 args.fuse_ops = fuse_ops;

Completed in 924 milliseconds