Home
last modified time | relevance | path

Searched refs:lockInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h82 status_t AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo,
84 status_t ReleaseLock(OpenFileCookie* cookie, LockInfo* lockInfo);
H A DNFS4Inode.cpp1110 NFS4Inode::AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo, bool wait) in AcquireLock() argument
1113 ASSERT(lockInfo != NULL); in AcquireLock()
1118 MutexLocker ownerLocker(lockInfo->fOwner->fLock); in AcquireLock()
1125 req.Lock(cookie->fOpenState, lockInfo, &sequence); in AcquireLock()
1139 result = reply.Lock(lockInfo); in AcquireLock()
1160 NFS4Inode::ReleaseLock(OpenFileCookie* cookie, LockInfo* lockInfo) in ReleaseLock() argument
1163 ASSERT(lockInfo != NULL); in ReleaseLock()
1167 MutexLocker ownerLocker(lockInfo->fOwner->fLock); in ReleaseLock()
1174 req.LockU(lockInfo); in ReleaseLock()
1183 result = reply.LockU(lockInfo); in ReleaseLock()