Searched refs:user_nfs_export_args (Results 1 – 3 of 3) sorted by relevance
521 struct user_nfs_export_args { struct1111 int nfsrv_export(struct user_nfs_export_args *, vfs_context_t);
889 int nfsrv_hang_addrlist(struct nfs_export *, struct user_nfs_export_args *);891 int nfsrv_free_addrlist(struct nfs_export *, struct user_nfs_export_args *);1369 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_hang_addrlist()1569 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_free_addrlist()1670 nfsrv_export(struct user_nfs_export_args *unxa, vfs_context_t ctx) in nfsrv_export()
1252 struct user_nfs_export_args unxa; in nfssvc_export()