Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Ddquot.c316 list_add_tail(&dquot->dq_free, &free_dquots); in put_dquot_last()
322 list_add_tail(&dquot->dq_free, &releasing_dquots); in put_releasing_dquots()
328 if (list_empty(&dquot->dq_free)) in remove_free_dquot()
330 list_del_init(&dquot->dq_free); in remove_free_dquot()
789 dquot = list_first_entry(&free_dquots, struct dquot, dq_free); in dqcache_shrink_scan()
831 dquot = list_first_entry(&rls_head, struct dquot, dq_free); in quota_release_workfn()
888 BUG_ON(!list_empty(&dquot->dq_free)); in dqput()
912 INIT_LIST_HEAD(&dquot->dq_free); in get_empty_dquot()
/openbmc/linux/include/linux/
H A Dquota.h299 struct list_head dq_free; /* Free list element [dq_list_lock] */ member