Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c76 struct list_head anon_list; /* inodes having anonymous txns */ member
325 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
765 &TxAnchor.anon_list); in txLock()
1049 &TxAnchor.anon_list); in txMaplock()
2872 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2873 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2901 list_splice(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2944 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2945 jfs_ip = list_entry(TxAnchor.anon_list.next, in jfs_sync()
2993 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()