Searched refs:LockType (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DCookie.h45 LockType fType;
H A DNFS4Defs.h259 enum LockType { enum
267 static inline LockType
278 sLockTypeToHaiku(LockType type) {
H A DNFS4Inode.h80 status_t TestLock(OpenFileCookie* cookie, LockType* type,
H A DReplyInterpreter.h81 status_t LockT(uint64* pos, uint64* len, LockType* type);
H A DRequestBuilder.h46 status_t LockT(LockType type, uint64 pos,
H A DReplyInterpreter.cpp297 ReplyInterpreter::LockT(uint64* pos, uint64* len, LockType* type)
307 *type = static_cast<LockType>(fReply->Stream().GetInt());
H A DInode.cpp703 LockType ltype = sGetLockType(lock->l_type, false);
H A DRequestBuilder.cpp261 RequestBuilder::LockT(LockType type, uint64 pos, uint64 len,
H A DNFS4Inode.cpp1067 NFS4Inode::TestLock(OpenFileCookie* cookie, LockType* type, uint64* position,
/haiku/headers/private/net/
H A DProtocolUtilities.h146 typedef typename LockingBase::Type LockType; typedef in class:DatagramSocket
154 mutable LockType fLock;

Completed in 308 milliseconds