Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c820 struct list_head rls_head; in quota_release_workfn() local
824 list_replace_init(&releasing_dquots, &rls_head); in quota_release_workfn()
830 while (!list_empty(&rls_head)) { in quota_release_workfn()
831 dquot = list_first_entry(&rls_head, struct dquot, dq_free); in quota_release_workfn()

Completed in 8 milliseconds