Home
last modified time | relevance | path

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

/linux/fs/quota/
A Ddquot.c813 struct list_head rls_head; in quota_release_workfn() local
817 list_replace_init(&releasing_dquots, &rls_head); in quota_release_workfn()
823 while (!list_empty(&rls_head)) { in quota_release_workfn()
824 dquot = list_first_entry(&rls_head, struct dquot, dq_free); in quota_release_workfn()

Completed in 8 milliseconds