Searched refs:fuse_context (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_main.cpp62 struct fuse_context*
67 ? (fuse_context*)requestThread->GetContext()->GetFSData()
H A DFUSEFileSystem.cpp188 // Statically assert that fuse_context fits in the RequestThreadContext
192 = sizeof(fuse_context) <= REQUEST_THREAD_CONTEXT_FS_DATA_SIZE;
198 // init a fuse_context
200 fuse_context* fuseContext = (fuse_context*)context->GetFSData();
H A DFUSEVolume.cpp677 // update the fuse_context::private_data field before calling into the FS
678 fuse_context* context = (fuse_context*)RequestThread::GetCurrentThread()
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h302 * fuse_context to all file operations and as a parameter to the
433 struct fuse_context { struct
551 struct fuse_context *fuse_get_context(void);
770 void fuse_set_getcontext_func(struct fuse_context *(*func)(void));

Completed in 48 milliseconds