Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Ddquot.c979 struct list_head *tofree_head) in remove_inode_dquot_ref() argument
994 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()
1010 static void put_dquot_list(struct list_head *tofree_head) in put_dquot_list() argument
1015 act_head = tofree_head->next; in put_dquot_list()
1016 while (act_head != tofree_head) { in put_dquot_list()
1026 struct list_head *tofree_head) in remove_dquot_ref() argument
1043 remove_inode_dquot_ref(inode, type, tofree_head); in remove_dquot_ref()
1060 LIST_HEAD(tofree_head); in drop_dquot_ref()
1063 remove_dquot_ref(sb, type, &tofree_head); in drop_dquot_ref()
1065 put_dquot_list(&tofree_head); in drop_dquot_ref()