Searched refs:user_nfs_export_args (Results 1 – 3 of 3) sorted by relevance
526 struct user_nfs_export_args { struct1265 int nfsrv_export(struct user_nfs_export_args *, vfs_context_t);
857 int nfsrv_hang_addrlist(struct nfs_export *, struct user_nfs_export_args *);859 int nfsrv_free_addrlist(struct nfs_export *, struct user_nfs_export_args *);1337 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_hang_addrlist()1537 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_free_addrlist()1659 nfsrv_export(struct user_nfs_export_args *unxa, vfs_context_t ctx) in nfsrv_export()
1288 struct user_nfs_export_args unxa; in nfssvc_export()