Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A 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: */
H A 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 */
H A Djfs_txnmgr.c182 lid_t lid; in txLockAlloc()
587 lid_t lid; in txLock()
657 lid_t last; in txLock()
871 lid_t lid; in txRelease()
990 lid_t lid; in txMaplock()
1062 lid_t lid; in txLinelock()
1375 lid_t lid; in txLog()
2180 lid_t lid, next; in txForce()
2249 lid_t lid; in txUpdateMap()
2551 lid_t xlid = 0, lid; in txFreelock()
[all …]
H A Djfs_metapage.h15 lid_t lid;
H A Djfs_types.h27 typedef u16 lid_t; typedef
H A Djfs_logmgr.h468 lid_t lid; /* lock id */
H A Djfs_xtree.c2573 lid_t lid = mp->lid; in xtTruncate()
H A Djfs_imap.c597 lid_t lid; in diWrite()