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

/linux-master/fs/jfs/
H A Djfs_inode.c115 jfs_inode->atlhead = 0;
H A Djfs_incore.h47 lid_t atlhead; /* anonymous tlock list head */ member in struct:jfs_inode_info
H A Djfs_txnmgr.c646 if (jfs_ip->atlhead == lid) {
655 jfs_ip->atlhead = tlck->next;
658 for (last = jfs_ip->atlhead;
749 tlck->next = jfs_ip->atlhead;
750 jfs_ip->atlhead = lid;
1034 tlck->next = jfs_ip->atlhead;
1035 jfs_ip->atlhead = lid;
1240 if (jfs_ip->atlhead) {
1242 tblk->next = jfs_ip->atlhead;
1245 jfs_ip->atlhead
[all...]
H A Djfs_imap.c3104 jfs_ip->atlhead = 0;

Completed in 128 milliseconds