Searched refs:OpenStateCookie (Results 1 – 8 of 8) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | Cookie.h | 77 struct OpenStateCookie : public Cookie { struct 81 OpenStateCookie(FileSystem* fileSystem); argument 84 struct OpenFileCookie : public OpenStateCookie { 105 struct OpenAttrCookie : public OpenStateCookie {
|
H A D | NFS4Object.h | 16 struct OpenStateCookie; 22 RPC::Server* server, OpenStateCookie* cookie = NULL,
|
H A D | Cookie.cpp | 148 OpenStateCookie::OpenStateCookie(FileSystem* fileSystem) in OpenStateCookie() function in OpenStateCookie 157 OpenStateCookie(fileSystem), in OpenFileCookie() 202 OpenStateCookie(fileSystem) in OpenAttrCookie()
|
H A D | NFS4Inode.h | 59 status_t ReadFile(OpenStateCookie* cookie, OpenState* state, 62 status_t WriteFile(OpenStateCookie* cookie, OpenState* state,
|
H A D | Inode.h | 89 status_t ReadDirect(OpenStateCookie* cookie, off_t pos, 91 status_t WriteDirect(OpenStateCookie* cookie, off_t pos,
|
H A D | InodeRegular.cpp | 308 Inode::ReadDirect(OpenStateCookie* cookie, off_t pos, void* buffer, in ReadDirect() 359 Inode::WriteDirect(OpenStateCookie* cookie, off_t pos, const void* _buffer, in WriteDirect()
|
H A D | NFS4Object.cpp | 31 OpenStateCookie* cookie, OpenState* state, uint32* sequence) in HandleErrors()
|
H A D | NFS4Inode.cpp | 720 NFS4Inode::ReadFile(OpenStateCookie* cookie, OpenState* state, uint64 position, in ReadFile() 757 NFS4Inode::WriteFile(OpenStateCookie* cookie, OpenState* state, uint64 position, in WriteFile()
|