Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dfile_table.c20 static LIST_HEAD(anon_list);
50 list_add(&f->f_list, &anon_list); in get_empty_filp()
/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c77 struct list_head anon_list; /* inodes having anonymous txns */ member
294 INIT_LIST_HEAD(&TxAnchor.anon_list); in txInit()
723 &TxAnchor.anon_list); in txLock()
1006 &TxAnchor.anon_list); in txMaplock()
2828 while (!list_empty(&TxAnchor.anon_list)) { in txQuiesce()
2829 jfs_ip = list_entry(TxAnchor.anon_list.next, in txQuiesce()
2857 list_splice(&TxAnchor.anon_list2, &TxAnchor.anon_list); in txQuiesce()
2917 while (TxAnchor.TlocksLow && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2918 jfs_ip = list_entry(TxAnchor.anon_list.next, in jfs_sync()
2967 list_splice(&TxAnchor.anon_list2, &TxAnchor.anon_list); in jfs_sync()