Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.c64 struct list_head anon_list2; /* inodes having anonymous txns member
312 INIT_LIST_HEAD(&TxAnchor.anon_list2); in txInit()
2844 if (!list_empty(&TxAnchor.anon_list2)) { in txQuiesce()
2845 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2925 &TxAnchor.anon_list2); in jfs_sync()
2933 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()