OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fuse_operations
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse_mount_factory.h
11
struct
fuse_operations
;
17
explicit FuseMountFactory(
fuse_operations
* fuse_ops);
22
fuse_operations
* fuse_ops_;
nacl_io.h
133
* struct
fuse_operations
my_fuse_ops = {
167
struct
fuse_operations
;
169
struct
fuse_operations
* fuse_ops);
nacl_io.cc
20
fuse_operations
* fuse_ops) {
fuse_mount_factory.cc
11
FuseMountFactory::FuseMountFactory(
fuse_operations
* fuse_ops)
mount_fuse.h
34
struct
fuse_operations
* fuse_ops_;
45
struct
fuse_operations
* fuse_ops,
60
struct
fuse_operations
* fuse_ops_;
68
struct
fuse_operations
* fuse_ops,
95
struct
fuse_operations
* fuse_ops,
mount.h
20
struct
fuse_operations
;
42
fuse_operations
* fuse_ops;
fuse.h
64
// struct
fuse_operations
g_my_fuse_operations = { ... };
84
struct
fuse_operations
{
struct
98
// called, otherwise
fuse_operations
.getattr will be called.
104
// Called by stat()/fstat(), but only when
fuse_operations
.fgetattr is NULL.
110
// Called when O_CREAT is passed to open(), but only if
fuse_operations
.create
172
// called for regular files. For directories,
fuse_operations
.releasedir is
176
// called for directories. For regular files,
fuse_operations
.release is
kernel_intercept.h
24
struct
fuse_operations
;
37
struct
fuse_operations
* fuse_ops);
kernel_proxy.h
21
struct
fuse_operations
;
55
bool RegisterMountType(const char* mount_type,
fuse_operations
* fuse_ops);
mount_fuse.cc
208
struct
fuse_operations
* fuse_ops,
278
struct
fuse_operations
* fuse_ops,
354
struct
fuse_operations
* fuse_ops,
kernel_intercept.cc
54
struct
fuse_operations
* fuse_ops) {
kernel_proxy.cc
129
fuse_operations
* fuse_ops) {
[
all
...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_fuse_test.cc
24
explicit MountFuseForTesting(
fuse_operations
* fuse_ops) {
154
fuse_operations
g_fuse_operations = {
Completed in 55 milliseconds