Searched refs:act_head (Results 1 – 1 of 1) sorted by relevance
991 struct list_head *act_head; in put_dquot_list() local994 act_head = tofree_head->next; in put_dquot_list()995 while (act_head != tofree_head) { in put_dquot_list()996 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()997 act_head = act_head->next; in put_dquot_list()