Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/jfs/
A Djfs_txnmgr.c641 if (jfs_ip->atlhead == lid) { in txLock()
650 jfs_ip->atlhead = tlck->next; in txLock()
653 for (last = jfs_ip->atlhead; in txLock()
744 tlck->next = jfs_ip->atlhead; in txLock()
745 jfs_ip->atlhead = lid; in txLock()
1029 tlck->next = jfs_ip->atlhead; in txMaplock()
1030 jfs_ip->atlhead = lid; in txMaplock()
1235 if (jfs_ip->atlhead) { in txCommit()
1237 tblk->next = jfs_ip->atlhead; in txCommit()
2548 if (!jfs_ip->atlhead) in txFreelock()
[all …]
A Djfs_inode.c115 jfs_inode->atlhead = 0; in ialloc()
A Djfs_incore.h47 lid_t atlhead; /* anonymous tlock list head */ member
A Djfs_imap.c3097 jfs_ip->atlhead = 0; in copy_from_dinode()

Completed in 15 milliseconds