Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dexport.c156 svc_export *exp = list_entry(p, svc_export, ex_list); in exp_change_parents()
307 list_add_tail(&exp->ex_list, &clp->cl_list); in exp_export()
333 list_del(&unexp->ex_list); in exp_do_unexport()
362 svc_export *exp = list_entry(p->next, svc_export, ex_list); in exp_unexport_all()
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()
606 else if (exp->ex_list.next == &exp->ex_client->cl_list) { 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()
/linux-2.4.37.9/include/linux/nfsd/
Dexport.h66 struct list_head ex_list; member