Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c654 if (jfs_ip->atlhead == lid) { in txLock()
663 jfs_ip->atlhead = tlck->next; in txLock()
666 for (last = jfs_ip->atlhead; in txLock()
757 tlck->next = jfs_ip->atlhead; in txLock()
758 jfs_ip->atlhead = lid; in txLock()
1042 tlck->next = jfs_ip->atlhead; in txMaplock()
1043 jfs_ip->atlhead = lid; in txMaplock()
1248 if (jfs_ip->atlhead) { in txCommit()
1250 tblk->next = jfs_ip->atlhead; in txCommit()
1253 jfs_ip->atlhead = jfs_ip->atltail = 0; in txCommit()
[all …]
Djfs_inode.c149 jfs_inode->atlhead = 0; in ialloc()
Djfs_incore.h58 lid_t atlhead; /* anonymous tlock list head */ member
Djfs_imap.c3118 jfs_ip->atlhead = 0; in copy_from_dinode()