Searched refs:user_nfs_export_args (Results 1 – 3 of 3) sorted by relevance
522 struct user_nfs_export_args { struct1111 int nfsrv_export(struct user_nfs_export_args *, vfs_context_t);
891 int nfsrv_hang_addrlist(struct nfs_export *, struct user_nfs_export_args *);893 int nfsrv_free_addrlist(struct nfs_export *, struct user_nfs_export_args *);1371 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_hang_addrlist()1571 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_free_addrlist()1693 nfsrv_export(struct user_nfs_export_args *unxa, vfs_context_t ctx) in nfsrv_export()
1287 struct user_nfs_export_args unxa; in nfssvc_export()