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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddquot.c724 struct list_head *tofree_head)
736 list_add(&dquot->dq_free, tofree_head); /* As dquot must have currently users it can't be on the free list... */
748 static void put_dquot_list(struct list_head *tofree_head) argument
753 act_head = tofree_head->next;
755 while (act_head != tofree_head) {
764 struct list_head *tofree_head)
771 remove_inode_dquot_ref(inode, type, tofree_head);
779 LIST_HEAD(tofree_head);
783 remove_dquot_ref(sb, type, &tofree_head);
785 put_dquot_list(&tofree_head);
723 remove_inode_dquot_ref(struct inode *inode, int type, struct list_head *tofree_head) argument
763 remove_dquot_ref(struct super_block *sb, int type, struct list_head *tofree_head) argument
[all...]

Completed in 93 milliseconds