Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dexport.c82 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_get()
120 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_parent()
140 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_child()
306 list_add(&exp->ex_hash, clp->cl_export + EXPORT_HASH(dev)); in exp_export()
332 list_del(&unexp->ex_hash); in exp_do_unexport()
/linux-2.4.37.9/include/linux/nfsd/
Dexport.h64 struct list_head ex_hash; member