Lines Matching refs:act_head
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()
1436 inode = list_entry(act_head, struct inode, i_list); in remove_dquot_ref()