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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
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.

Completed in 794 milliseconds