Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_txnmgr.h29 lid_t dummy; /* Must keep structures common */
35 lid_t next; /* index of first tlock of tid */
36 lid_t last; /* index of last tlock of tid */
83 lid_t next; /* 2: index next lockword on tid locklist
158 lid_t next; /* 2: next linelock */
174 lid_t next; /* 2: */
205 lid_t next; /* 2: */
233 lid_t next; /* 2: */
Djfs_incore.h46 lid_t blid; /* lid of pseudo buffer? */
47 lid_t atlhead; /* anonymous tlock list head */
48 lid_t atltail; /* anonymous tlock list tail */
66 lid_t xtlid; /* lid of xtree lock on directory */
Djfs_txnmgr.c142 lid_t maxlid; /* 4: biggest lid ever used */
180 static lid_t txLockAlloc(void) in txLockAlloc()
182 lid_t lid; in txLockAlloc()
202 static void txLockFree(lid_t lid) in txLockFree()
582 lid_t lid; in txLock()
652 lid_t last; in txLock()
866 lid_t lid; in txRelease()
899 lid_t lid, next, llid, k; in txUnlock()
985 lid_t lid; in txMaplock()
1057 lid_t lid; in txLinelock()
[all …]
Djfs_types.h27 typedef u16 lid_t; typedef
Djfs_metapage.h15 lid_t lid;
Djfs_logmgr.h468 lid_t lid; /* lock id */
Djfs_xtree.c2573 lid_t lid = mp->lid; in xtTruncate()
Djfs_imap.c593 lid_t lid; in diWrite()