Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.h79 struct rcu_work ex_rwork; member
H A Dexport.c370 struct svc_export, ex_rwork); in svc_export_release()
385 INIT_RCU_WORK(&exp->ex_rwork, svc_export_release); in svc_export_put()
386 queue_rcu_work(nfsd_export_wq, &exp->ex_rwork); in svc_export_put()