Searched refs:user_nfs_export_args (Results 1 – 3 of 3) sorted by relevance
522 struct user_nfs_export_args { struct1115 int nfsrv_export(struct user_nfs_export_args *, vfs_context_t);
856 int nfsrv_hang_addrlist(struct nfs_export *, struct user_nfs_export_args *);858 int nfsrv_free_addrlist(struct nfs_export *, struct user_nfs_export_args *);1336 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_hang_addrlist()1536 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) in nfsrv_free_addrlist()1658 nfsrv_export(struct user_nfs_export_args *unxa, vfs_context_t ctx) in nfsrv_export()
1286 struct user_nfs_export_args unxa; in nfssvc_export()