Home
last modified time | relevance | path

Searched refs:fStateId (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp225 if (lock->fOwner->fStateId[0] == 0 && lock->fOwner->fStateId[1] == 0 in Lock()
226 && lock->fOwner->fStateId[2] == 0) { in Lock()
247 fRequest->Stream().AddUInt(lock->fOwner->fStateId[0]); in Lock()
248 fRequest->Stream().AddUInt(lock->fOwner->fStateId[1]); in Lock()
249 fRequest->Stream().AddUInt(lock->fOwner->fStateId[2]); in Lock()
301 fRequest->Stream().AddUInt(lock->fOwner->fStateId[0]); in LockU()
302 fRequest->Stream().AddUInt(lock->fOwner->fStateId[1]); in LockU()
303 fRequest->Stream().AddUInt(lock->fOwner->fStateId[2]); in LockU()
H A DCookie.cpp24 memset(fStateId, 0, sizeof(fStateId)); in LockOwner()
H A DCookie.h23 uint32 fStateId[3]; member
H A DReplyInterpreter.cpp288 linfo->fOwner->fStateId[0] = fReply->Stream().GetUInt(); in Lock()
289 linfo->fOwner->fStateId[1] = fReply->Stream().GetUInt(); in Lock()
290 linfo->fOwner->fStateId[2] = fReply->Stream().GetUInt(); in Lock()
326 linfo->fOwner->fStateId[0] = fReply->Stream().GetUInt(); in LockU()
327 linfo->fOwner->fStateId[1] = fReply->Stream().GetUInt(); in LockU()
328 linfo->fOwner->fStateId[2] = fReply->Stream().GetUInt(); in LockU()
H A DOpenState.cpp235 memset(linfo->fOwner->fStateId, 0, sizeof(linfo->fOwner->fStateId)); in _ReclaimLocks()