Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c76 struct list_head anon_list; /* inodes having anonymous txns */ member
324 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
769 &TxAnchor.anon_list); in txLock()
1053 &TxAnchor.anon_list); in txMaplock()
2871 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2872 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2900 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2942 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2943 jfs_ip = list_entry(TxAnchor.anon_list.next, in jfs_sync()
2988 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()