Searched refs:dq_free (Results 1 – 2 of 2) sorted by relevance
306 list_add_tail(&dquot->dq_free, &free_dquots); in put_dquot_last()312 if (list_empty(&dquot->dq_free)) in remove_free_dquot()314 list_del_init(&dquot->dq_free); in remove_free_dquot()740 dquot = list_first_entry(&free_dquots, struct dquot, dq_free); in dqcache_shrink_scan()820 BUG_ON(!list_empty(&dquot->dq_free)); in dqput()842 INIT_LIST_HEAD(&dquot->dq_free); in get_empty_dquot()1033 if (list_empty(&dquot->dq_free)) { in remove_inode_dquot_ref()1039 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()1062 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()1065 list_del_init(&dquot->dq_free); in put_dquot_list()
297 struct list_head dq_free; /* Free list element [dq_list_lock] */ member