Searched refs:lockInfo (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 49 milliseconds