Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dinode.c1407 LIST_HEAD(tofree_head); in remove_dquot_ref()
1418 remove_inode_dquot_ref(inode, type, &tofree_head); in remove_dquot_ref()
1423 remove_inode_dquot_ref(inode, type, &tofree_head); in remove_dquot_ref()
1428 remove_inode_dquot_ref(inode, type, &tofree_head); in remove_dquot_ref()
1433 remove_inode_dquot_ref(inode, type, &tofree_head); in remove_dquot_ref()
1438 remove_inode_dquot_ref(inode, type, &tofree_head); in remove_dquot_ref()
1443 put_dquot_list(&tofree_head); in remove_dquot_ref()
Ddquot.c716 int remove_inode_dquot_ref(struct inode *inode, int type, struct list_head *tofree_head) in remove_inode_dquot_ref() argument
733 …list_add(&dquot->dq_free, tofree_head); /* As dquot must have currently users it can't be on the f… in remove_inode_dquot_ref()
743 void put_dquot_list(struct list_head *tofree_head) in put_dquot_list() argument
749 act_head = tofree_head->next; in put_dquot_list()
751 while (act_head != tofree_head) { in put_dquot_list()