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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.h112 struct lockInfo *pLock; /* Info about locks on this inode */
H A Dos.c196 ** The consequence of this all is that the hash table for the lockInfo
202 ** combine the lockInfo and openCnt structures into a single structure.
207 ** to locate a particular lockInfo structure given its inode. Note
227 struct lockInfo { struct
259 ** These hash table maps inodes and process IDs into lockInfo and openCnt
266 ** Release a lockInfo structure previously allocated by findLockInfo().
268 static void releaseLockInfo(struct lockInfo *pLock){
289 ** Given a file descriptor, locate lockInfo and openCnt structures that
297 struct lockInfo **ppLock, /* Return the lockInfo structur
[all...]

Completed in 45 milliseconds