Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Ddquot.c822 struct list_head rls_head; in quota_release_workfn() local
826 list_replace_init(&releasing_dquots, &rls_head); in quota_release_workfn()
832 while (!list_empty(&rls_head)) { in quota_release_workfn()
833 dquot = list_first_entry(&rls_head, struct dquot, dq_free); in quota_release_workfn()