Lines Matching refs:svc_export
34 typedef struct svc_export svc_export; typedef
36 static svc_export * exp_parent(svc_client *clp, kdev_t dev,
38 static svc_export * exp_child(svc_client *clp, kdev_t dev,
41 static void exp_do_unexport(svc_export *unexp);
72 svc_export *
82 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_get()
93 svc_export *
103 svc_export *exp = list_entry(p, svc_export, ex_fsid_hash); in exp_get_fsid()
113 static svc_export *
120 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_parent()
132 static svc_export *
140 svc_export *exp = list_entry(p, svc_export, ex_hash); in exp_child()
150 static void exp_change_parents(svc_client *clp, svc_export *old, svc_export *new) in exp_change_parents()
156 svc_export *exp = list_entry(p, svc_export, ex_list); in exp_change_parents()
162 static void exp_fsid_unhash(struct svc_export *exp) in exp_fsid_unhash()
171 static void exp_fsid_hash(struct svc_client *clp, struct svc_export *exp) in exp_fsid_hash()
188 svc_export *exp = NULL, *parent; in exp_export()
189 svc_export *fsid_exp; in exp_export()
326 exp_do_unexport(svc_export *unexp) in exp_do_unexport()
362 svc_export *exp = list_entry(p->next, svc_export, ex_list); in exp_unexport_all()
386 svc_export *exp = exp_get(clp, nxp->ex_dev, nxp->ex_ino); in exp_unexport()
407 struct svc_export *exp; in exp_rootfh()
587 return list_entry(p, svc_export, ex_list); in e_start()
596 return list_entry(clp->cl_list.next, svc_export, ex_list); in e_start()
601 svc_export *exp = p; in e_next()
611 return list_entry(exp->ex_list.next, svc_export, ex_list); in e_next()
621 return list_entry(clp->cl_list.next, svc_export, ex_list); in e_next()
673 struct svc_export *exp = p; in e_show()