Searched refs:OpenFileCookie (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h74 OpenFileCookie* cookie,
76 status_t Open(int mode, OpenFileCookie* cookie);
77 status_t Close(OpenFileCookie* cookie);
84 status_t Read(OpenFileCookie* cookie, off_t pos,
86 status_t Write(OpenFileCookie* cookie, off_t pos,
102 status_t TestLock(OpenFileCookie* cookie,
104 status_t AcquireLock(OpenFileCookie* cookie,
106 status_t ReleaseLock(OpenFileCookie* cookie,
108 status_t ReleaseAllLocks(OpenFileCookie* cookie);
H A DNFS4Inode.h80 status_t TestLock(OpenFileCookie* cookie, LockType* type,
82 status_t AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo,
84 status_t ReleaseLock(OpenFileCookie* cookie, LockInfo* lockInfo);
H A DCookie.cpp155 OpenFileCookie::OpenFileCookie(FileSystem* fileSystem) function in class:OpenFileCookie
164 OpenFileCookie::AddLock(LockInfo* lock)
174 OpenFileCookie::RemoveLock(LockInfo* lock, LockInfo* previous)
H A DCookie.h84 struct OpenFileCookie : public OpenStateCookie { struct in inherits:OpenStateCookie
90 OpenFileCookie(FileSystem* fileSystem);
H A DNFS4Server.h20 struct OpenFileCookie;
H A Dkernel_interface.cpp376 OpenFileCookie* cookie = reinterpret_cast<OpenFileCookie*>(_cookie);
420 OpenFileCookie* cookie = reinterpret_cast<OpenFileCookie*>(_cookie);
490 OpenFileCookie* cookie = reinterpret_cast<OpenFileCookie*>(_cookie);
767 OpenFileCookie* cookie = new OpenFileCookie(fs);
842 OpenFileCookie* cookie = new OpenFileCookie(f
[all...]
H A DInodeRegular.cpp66 Inode::Create(const char* name, int mode, int perms, OpenFileCookie* cookie,
100 Inode::Open(int mode, OpenFileCookie* cookie)
191 Inode::Close(OpenFileCookie* cookie)
345 Inode::Read(OpenFileCookie* cookie, off_t pos, void* buffer, size_t* _length)
408 Inode::Write(OpenFileCookie* cookie, off_t pos, const void* _buffer,
H A DInode.cpp691 Inode::TestLock(OpenFileCookie* cookie, struct flock* lock)
731 Inode::AcquireLock(OpenFileCookie* cookie, const struct flock* lock,
778 Inode::ReleaseLock(OpenFileCookie* cookie, const struct flock* lock)
831 Inode::ReleaseAllLocks(OpenFileCookie* cookie)
H A DNFS4Inode.cpp1067 NFS4Inode::TestLock(OpenFileCookie* cookie, LockType* type, uint64* position,
1110 NFS4Inode::AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo, bool wait)
1160 NFS4Inode::ReleaseLock(OpenFileCookie* cookie, LockInfo* lockInfo)

Completed in 122 milliseconds