Searched refs:lid (Results 1 – 7 of 7) sorted by relevance
196 lid_t lid; in txLockAlloc() local203 while (!(lid = TxAnchor.freelock)) in txLockAlloc()205 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()206 HIGHWATERMARK(stattx.maxlid, lid); in txLockAlloc()213 return lid; in txLockAlloc()216 static void txLockFree(lid_t lid) in txLockFree() argument218 TxLock[lid].tid = 0; in txLockFree()219 TxLock[lid].next = TxAnchor.freelock; in txLockFree()220 TxAnchor.freelock = lid; in txLockFree()596 lid_t lid; in txLock() local[all …]
28 #define lid_to_tlock(lid) (&TxLock[lid]) argument
3459 if (mp->lid) in xtTruncate()3460 lid_to_tlock(mp->lid)->flag |= tlckFREELOCK; in xtTruncate()3546 if (log && mp->lid && (tblk->last != mp->lid) && in xtTruncate()3547 lid_to_tlock(mp->lid)->tid) { in xtTruncate()3548 lid_t lid = mp->lid; in xtTruncate() local3551 tlck = lid_to_tlock(lid); in xtTruncate()3553 if (tblk->next == lid) in xtTruncate()3557 prev->next != lid; in xtTruncate()3563 lid_to_tlock(tblk->last)->next = lid; in xtTruncate()3565 tblk->last = lid; in xtTruncate()[all …]
28 lid_t lid; member
481 lid_t lid; /* lock id */ member
615 lid_t lid; in diWrite() local689 if (S_ISDIR(ip->i_mode) && (lid = jfs_ip->xtlid)) { in diWrite()698 tlck = lid_to_tlock(lid); in diWrite()723 if ((lid = jfs_ip->blid) == 0) in diWrite()727 tlck = lid_to_tlock(lid); in diWrite()
190 mp->lid = 0; in init_once()