Home
last modified time | relevance | path

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

/linux-2.6.39/fs/quota/
Ddquot.c297 list_add_tail(&dquot->dq_free, &free_dquots); in put_dquot_last()
303 if (list_empty(&dquot->dq_free)) in remove_free_dquot()
305 list_del_init(&dquot->dq_free); in remove_free_dquot()
680 dquot = list_entry(head, struct dquot, dq_free); in prune_dqcache()
770 BUG_ON(!list_empty(&dquot->dq_free)); in dqput()
792 INIT_LIST_HEAD(&dquot->dq_free); in get_empty_dquot()
974 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()
996 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()
999 list_del_init(&dquot->dq_free); in put_dquot_list()
/linux-2.6.39/include/linux/
Dquota.h287 struct list_head dq_free; /* Free list element */ member