Searched refs:_InitClientFS (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.h74 status_t _InitClientFS(const fuse_operations* ops,
76 status_t _InitClientFS(const fuse_lowlevel_ops* ops,
H A DFUSEFileSystem.cpp277 fInitStatus = _InitClientFS(ops, opSize, userData);
292 fInitStatus = _InitClientFS(ops, opSize, userData);
359 FUSEFileSystem::_InitClientFS(const fuse_operations* ops, size_t opSize, function in class:FUSEFileSystem
389 FUSEFileSystem::_InitClientFS(const fuse_lowlevel_ops* lowLevelOps, size_t lowLevelOpSize, function in class:FUSEFileSystem

Completed in 81 milliseconds