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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h215 status_t _InternalIO(FUSENode* node, FileCookie* cookie, const char* path,
H A DFUSEVolume.cpp1072 error = _InternalIO(node, cookie, path, requestInfo.offset,
1957 error = _InternalIO(node, cookie, NULL, pos, (char *)buffer, *_bytesRead, false);
1989 error = _InternalIO(node, cookie, NULL, pos, (char *)buffer, *_bytesWritten, true);
3611 FUSEVolume::_InternalIO(FUSENode* node, FileCookie* cookie, const char* path, function in class:FUSEVolume
3614 PRINT(("FUSEVolume::_InternalIO(%p, %p, %s, %" B_PRIdOFF ", %p, %" B_PRIuSIZE ", %d)\n",

Completed in 49 milliseconds