Searched refs:fuse_operations (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs_factory.h11 struct fuse_operations;
17 explicit FuseFsFactory(fuse_operations* fuse_ops);
22 fuse_operations* fuse_ops_;
H A Dfuse_fs_factory.cc11 FuseFsFactory::FuseFsFactory(fuse_operations* fuse_ops) : fuse_ops_(fuse_ops) {
H A Dfuse_fs.h33 struct fuse_operations* fuse_ops_;
44 struct fuse_operations* fuse_ops,
61 struct fuse_operations* fuse_ops_;
69 struct fuse_operations* fuse_ops,
96 struct fuse_operations* fuse_ops,
H A Dfuse_fs.cc213 struct fuse_operations* fuse_ops,
310 struct fuse_operations* fuse_ops,
390 struct fuse_operations* fuse_ops,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dnacl_io.h159 * struct fuse_operations my_fuse_ops = {
193 struct fuse_operations;
195 struct fuse_operations* fuse_ops);
H A Dnacl_io.cc23 int nacl_io_register_fs_type(const char* fs_type, fuse_operations* fuse_ops) {
H A Dfilesystem.h20 struct fuse_operations;
42 fuse_operations* fuse_ops;
H A Dfuse.h65 // struct fuse_operations g_my_fuse_operations = { ... };
85 struct fuse_operations { struct
90 // Called by stat()/fstat(), but only when fuse_operations.fgetattr is NULL.
96 // Called when O_CREAT is passed to open(), but only if fuse_operations.create
139 // called for regular files. For directories, fuse_operations.releasedir is
207 // called for directories. For regular files, fuse_operations.release is
223 // called, otherwise fuse_operations.getattr will be called.
H A Dkernel_proxy.h23 struct fuse_operations;
56 bool RegisterFsType(const char* fs_type, fuse_operations* fuse_ops);
H A Dkernel_intercept.h30 struct fuse_operations;
H A Dkernel_proxy.cc140 fuse_operations* fuse_ops) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dfuse_fs_test.cc25 explicit FuseFsForTesting(fuse_operations* fuse_ops) {
192 fuse_operations g_fuse_operations = {

Completed in 119 milliseconds