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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_incore.h57 lid_t atlhead; /* anonymous tlock list head */ member in struct:jfs_inode_info
H A Djfs_inode.c153 jfs_inode->atlhead = 0;
H A Djfs_txnmgr.c654 if (jfs_ip->atlhead == lid) {
663 jfs_ip->atlhead = tlck->next;
666 for (last = jfs_ip->atlhead;
757 tlck->next = jfs_ip->atlhead;
758 jfs_ip->atlhead = lid;
1038 tlck->next = jfs_ip->atlhead;
1039 jfs_ip->atlhead = lid;
1245 if (jfs_ip->atlhead) {
1247 tblk->next = jfs_ip->atlhead;
1250 jfs_ip->atlhead
[all...]
H A Djfs_imap.c3147 jfs_ip->atlhead = 0;

Completed in 55 milliseconds