Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_txnmgr.h42 lid_t dummy; /* Must keep structures common */
48 lid_t next; /* index of first tlock of tid */
49 lid_t last; /* index of last tlock of tid */
96 lid_t next; /* 2: index next lockword on tid locklist
171 lid_t next; /* 2: next linelock */
187 lid_t next; /* 2: */
218 lid_t next; /* 2: */
246 lid_t next; /* 2: */
Djfs_incore.h57 lid_t blid; /* lid of pseudo buffer? */
58 lid_t atlhead; /* anonymous tlock list head */
59 lid_t atltail; /* anonymous tlock list tail */
77 lid_t xtlid; /* lid of xtree lock on directory */
Djfs_txnmgr.c155 lid_t maxlid; /* 4: biggest lid ever used */
193 static lid_t txLockAlloc(void) in txLockAlloc()
195 lid_t lid; in txLockAlloc()
215 static void txLockFree(lid_t lid) in txLockFree()
595 lid_t lid; in txLock()
665 lid_t last; in txLock()
879 lid_t lid; in txRelease()
912 lid_t lid, next, llid, k; in txUnlock()
998 lid_t lid; in txMaplock()
1070 lid_t lid; in txLinelock()
[all …]
Djfs_metapage.h28 lid_t lid;
Djfs_types.h40 typedef u16 lid_t; typedef
Djfs_logmgr.h481 lid_t lid; /* lock id */
Djfs_imap.c608 lid_t lid; in diWrite()
Djfs_xtree.c3547 lid_t lid = mp->lid; in xtTruncate()