Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c655 if (jfs_ip->atlhead == lid) { in txLock()
664 jfs_ip->atlhead = tlck->next; in txLock()
667 for (last = jfs_ip->atlhead; in txLock()
758 tlck->next = jfs_ip->atlhead; in txLock()
759 jfs_ip->atlhead = lid; in txLock()
1043 tlck->next = jfs_ip->atlhead; in txMaplock()
1044 jfs_ip->atlhead = lid; in txMaplock()
1249 if (jfs_ip->atlhead) { in txCommit()
1251 tblk->next = jfs_ip->atlhead; in txCommit()
1254 jfs_ip->atlhead = jfs_ip->atltail = 0; in txCommit()
[all …]
Djfs_inode.c147 jfs_inode->atlhead = 0; in ialloc()
Djfs_incore.h58 lid_t atlhead; /* anonymous tlock list head */ member
Djfs_imap.c3130 jfs_ip->atlhead = 0; in copy_from_dinode()