Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_txnmgr.c76 struct list_head anon_list; /* inodes having anonymous txns */ member
324 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
764 &TxAnchor.anon_list); in txLock()
1048 &TxAnchor.anon_list); in txMaplock()
2867 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2868 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2896 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2938 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2939 jfs_ip = list_entry(TxAnchor.anon_list.next, in jfs_sync()
2984 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()