Searched refs:anon_list (Results 1 – 1 of 1) sorted by relevance
63 struct list_head anon_list; /* inodes having anonymous txns */ member 311 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit() 649 * Remove from anon_list in txLock() 756 &TxAnchor.anon_list); in txLock() 1040 &TxAnchor.anon_list); in txMaplock() 2575 * If inode was on anon_list, remove it in txFreelock() 2822 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce() 2823 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce() 2851 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce() 2894 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync() [all...]