Searched refs:anon_list (Results 1 – 1 of 1) sorted by relevance
63 struct list_head anon_list; /* inodes having anonymous txns */ member311 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()756 &TxAnchor.anon_list); in txLock()1040 &TxAnchor.anon_list); in txMaplock()2855 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()2856 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()2884 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()2926 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()2927 jfs_ip = list_entry(TxAnchor.anon_list.next, in jfs_sync()2972 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()