Searched refs:dq_free (Results 1 – 2 of 2) sorted by relevance
304 list_add_tail(&dquot->dq_free, &free_dquots); in put_dquot_last()310 if (list_empty(&dquot->dq_free)) in remove_free_dquot()312 list_del_init(&dquot->dq_free); in remove_free_dquot()738 dquot = list_first_entry(&free_dquots, struct dquot, dq_free); in dqcache_shrink_scan()818 BUG_ON(!list_empty(&dquot->dq_free)); in dqput()840 INIT_LIST_HEAD(&dquot->dq_free); in get_empty_dquot()1031 if (list_empty(&dquot->dq_free)) { in remove_inode_dquot_ref()1037 list_add(&dquot->dq_free, tofree_head); in remove_inode_dquot_ref()1060 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()1063 list_del_init(&dquot->dq_free); in put_dquot_list()
297 struct list_head dq_free; /* Free list element [dq_list_lock] */ member