Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dexport.c80 head = &clp->cl_export[EXPORT_HASH(dev)]; in exp_get()
116 struct list_head *head = &clp->cl_export[EXPORT_HASH(dev)]; in exp_parent()
135 struct list_head *head = &clp->cl_export[EXPORT_HASH(dev)]; in exp_child()
306 list_add(&exp->ex_hash, clp->cl_export + EXPORT_HASH(dev)); in exp_export()
761 INIT_LIST_HEAD(&clp->cl_export[i]); in exp_addclient()
/linux-2.4.37.9/include/linux/nfsd/
Dexport.h58 struct list_head cl_export[NFSCLNT_EXPMAX]; member