Searched refs:dq_free (Results 1 – 2 of 2) sorted by relevance
299 list_add_tail(&dquot->dq_free, &free_dquots); in put_dquot_last()305 if (list_empty(&dquot->dq_free)) in remove_free_dquot()307 list_del_init(&dquot->dq_free); in remove_free_dquot()719 dquot = list_first_entry(&free_dquots, struct dquot, dq_free); in dqcache_shrink_scan()799 BUG_ON(!list_empty(&dquot->dq_free)); in dqput()821 INIT_LIST_HEAD(&dquot->dq_free); in get_empty_dquot()1011 if (list_empty(&dquot->dq_free)) { in remove_inode_dquot_ref()1017 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()1040 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()1043 list_del_init(&dquot->dq_free); in put_dquot_list()
297 struct list_head dq_free; /* Free list element [dq_list_lock] */ member