tofree_head      1010 fs/quota/dquot.c 				   struct list_head *tofree_head)
tofree_head      1025 fs/quota/dquot.c 		list_add(&dquot->dq_free, tofree_head);
tofree_head      1041 fs/quota/dquot.c static void put_dquot_list(struct list_head *tofree_head)
tofree_head      1046 fs/quota/dquot.c 	act_head = tofree_head->next;
tofree_head      1047 fs/quota/dquot.c 	while (act_head != tofree_head) {
tofree_head      1057 fs/quota/dquot.c 		struct list_head *tofree_head)
tofree_head      1078 fs/quota/dquot.c 			remove_inode_dquot_ref(inode, type, tofree_head);
tofree_head      1095 fs/quota/dquot.c 	LIST_HEAD(tofree_head);
tofree_head      1098 fs/quota/dquot.c 		remove_dquot_ref(sb, type, &tofree_head);
tofree_head      1100 fs/quota/dquot.c 		put_dquot_list(&tofree_head);