Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c68 int freelock; /* index first free lock word */ member
204 if (!TxAnchor.freelock) { in txLockAlloc()
208 while (!(lid = TxAnchor.freelock)) in txLockAlloc()
210 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
223 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
224 TxAnchor.freelock = lid; in txLockFree()
292 TxAnchor.freelock = 1; in txInit()
3013 TxAnchor.freelock, in jfs_txanchor_read()