Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c646 if (jfs_ip->atlhead == lid) { in txLock()
655 jfs_ip->atlhead = tlck->next; in txLock()
658 for (last = jfs_ip->atlhead; in txLock()
749 tlck->next = jfs_ip->atlhead; in txLock()
750 jfs_ip->atlhead = lid; in txLock()
1034 tlck->next = jfs_ip->atlhead; in txMaplock()
1035 jfs_ip->atlhead = lid; in txMaplock()
1240 if (jfs_ip->atlhead) { in txCommit()
1242 tblk->next = jfs_ip->atlhead; in txCommit()
1245 jfs_ip->atlhead = jfs_ip->atltail = 0; in txCommit()
[all …]
Djfs_inode.c115 jfs_inode->atlhead = 0; in ialloc()
Djfs_incore.h47 lid_t atlhead; /* anonymous tlock list head */ member
Djfs_imap.c3106 jfs_ip->atlhead = 0; in copy_from_dinode()