Home
last modified time | relevance | path

Searched refs:act_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/quota/
Ddquot.c1012 struct list_head *act_head; in put_dquot_list() local
1015 act_head = tofree_head->next; in put_dquot_list()
1016 while (act_head != tofree_head) { in put_dquot_list()
1017 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()
1018 act_head = act_head->next; in put_dquot_list()