Home
last modified time | relevance | path

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

/fs/quota/
Ddquot.c272 static void quota_release_workfn(struct work_struct *work);
273 static DECLARE_DELAYED_WORK(quota_release_work, quota_release_workfn);
815 static void quota_release_workfn(struct work_struct *work) in quota_release_workfn() function