Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_txnmgr.c63 struct list_head anon_list; /* inodes having anonymous txns */ member
311 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
751 &TxAnchor.anon_list); in txLock()
1035 &TxAnchor.anon_list); in txMaplock()
2816 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2817 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2845 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2887 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2888 jfs_ip = list_entry(TxAnchor.anon_list.next, in jfs_sync()
2933 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()