Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c77 struct list_head anon_list2; /* inodes having anonymous txns member
326 INIT_LIST_HEAD(&TxAnchor.anon_list2); in txInit()
2900 if (!list_empty(&TxAnchor.anon_list2)) { in txQuiesce()
2901 list_splice(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2902 INIT_LIST_HEAD(&TxAnchor.anon_list2); in txQuiesce()
2985 &TxAnchor.anon_list2); in jfs_sync()
2993 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()