Lines Matching defs:tofree_head
1096 struct list_head *tofree_head)
1111 list_add(&dquot->dq_free, tofree_head);
1127 static void put_dquot_list(struct list_head *tofree_head)
1132 act_head = tofree_head->next;
1133 while (act_head != tofree_head) {
1143 struct list_head *tofree_head)
1164 remove_inode_dquot_ref(inode, type, tofree_head);
1181 LIST_HEAD(tofree_head);
1184 remove_dquot_ref(sb, type, &tofree_head);
1186 put_dquot_list(&tofree_head);