Searched refs:tofree_head (Results 1 – 1 of 1) sorted by relevance
1024 struct list_head *tofree_head) in remove_inode_dquot_ref() argument1039 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()1055 static void put_dquot_list(struct list_head *tofree_head) in put_dquot_list() argument1060 act_head = tofree_head->next; in put_dquot_list()1061 while (act_head != tofree_head) { in put_dquot_list()1071 struct list_head *tofree_head) in remove_dquot_ref() argument1092 remove_inode_dquot_ref(inode, type, tofree_head); in remove_dquot_ref()1109 LIST_HEAD(tofree_head); in drop_dquot_ref()1112 remove_dquot_ref(sb, type, &tofree_head); in drop_dquot_ref()1114 put_dquot_list(&tofree_head); in drop_dquot_ref()