Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c63 struct list_head anon_list; /* inodes having anonymous txns */ member
311 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
649 * Remove from anon_list in txLock()
756 &TxAnchor.anon_list); in txLock()
1040 &TxAnchor.anon_list); in txMaplock()
2612 * If inode was on anon_list, remove it in txFreelock()
2858 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2859 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2887 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2929 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c63 struct list_head anon_list; /* inodes having anonymous txns */ member
311 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
649 * Remove from anon_list in txLock()
756 &TxAnchor.anon_list); in txLock()
1040 &TxAnchor.anon_list); in txMaplock()
2575 * If inode was on anon_list, remove it in txFreelock()
2821 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2822 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2850 list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2892 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
[all...]

Completed in 6 milliseconds