Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c1096 struct list_head *tofree_head) in remove_inode_dquot_ref()
1111 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()
1127 static void put_dquot_list(struct list_head *tofree_head) in put_dquot_list() argument
1132 act_head = tofree_head->next; in put_dquot_list()
1133 while (act_head != tofree_head) { in put_dquot_list()
1143 struct list_head *tofree_head) in remove_dquot_ref()
1164 remove_inode_dquot_ref(inode, type, tofree_head); in remove_dquot_ref()
1181 LIST_HEAD(tofree_head); in drop_dquot_ref()
1184 remove_dquot_ref(sb, type, &tofree_head); in drop_dquot_ref()
1186 put_dquot_list(&tofree_head); in drop_dquot_ref()
1095 remove_inode_dquot_ref(struct inode *inode, int type, struct list_head *tofree_head) remove_inode_dquot_ref() argument
1142 remove_dquot_ref(struct super_block *sb, int type, struct list_head *tofree_head) remove_dquot_ref() argument
[all...]

Completed in 3 milliseconds