Searched refs:act_head (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/ |
D | inode.c | 1406 struct list_head *act_head; in remove_dquot_ref() local 1415 list_for_each(act_head, &inode_in_use) { in remove_dquot_ref() 1416 inode = list_entry(act_head, struct inode, i_list); in remove_dquot_ref() 1420 list_for_each(act_head, &inode_unused) { in remove_dquot_ref() 1421 inode = list_entry(act_head, struct inode, i_list); in remove_dquot_ref() 1425 list_for_each(act_head, &inode_unused_pagecache) { in remove_dquot_ref() 1426 inode = list_entry(act_head, struct inode, i_list); in remove_dquot_ref() 1430 list_for_each(act_head, &sb->s_dirty) { in remove_dquot_ref() 1431 inode = list_entry(act_head, struct inode, i_list); in remove_dquot_ref() 1435 list_for_each(act_head, &sb->s_locked_inodes) { in remove_dquot_ref() [all …]
|
D | dquot.c | 745 struct list_head *act_head; in put_dquot_list() local 749 act_head = tofree_head->next; in put_dquot_list() 751 while (act_head != tofree_head) { in put_dquot_list() 752 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list() 753 act_head = act_head->next; in put_dquot_list()
|