Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Ddquot.c317 list_add_tail(&dquot->dq_free, &free_dquots); in put_dquot_last()
323 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()
575 if (!list_empty(&dquot->dq_free)) { in invalidate_dquots()
765 dquot = list_first_entry(&free_dquots, struct dquot, dq_free); in dqcache_shrink_scan()
807 dquot = list_first_entry(&rls_head, struct dquot, dq_free); in quota_release_workfn()
865 BUG_ON(!list_empty(&dquot->dq_free)); in dqput()
888 INIT_LIST_HEAD(&dquot->dq_free); in get_empty_dquot()
1079 if (list_empty(&dquot->dq_free)) { in remove_inode_dquot_ref()
[all …]
/linux-4.19.296/include/linux/
Dquota.h297 struct list_head dq_free; /* Free list element [dq_list_lock] */ member