Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/quota/
A Ddquot.c1022 struct list_head *tofree_head) in remove_inode_dquot_ref() argument
1037 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()
1053 static void put_dquot_list(struct list_head *tofree_head) in put_dquot_list() argument
1058 act_head = tofree_head->next; in put_dquot_list()
1059 while (act_head != tofree_head) { in put_dquot_list()
1069 struct list_head *tofree_head) in remove_dquot_ref() argument
1090 remove_inode_dquot_ref(inode, type, tofree_head); in remove_dquot_ref()
1107 LIST_HEAD(tofree_head); in drop_dquot_ref()
1110 remove_dquot_ref(sb, type, &tofree_head); in drop_dquot_ref()
1112 put_dquot_list(&tofree_head); in drop_dquot_ref()

Completed in 9 milliseconds