Searched refs:nfs_export (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h620 struct nfs_export { struct
621 LIST_ENTRY(nfs_export) nx_next; /* FS export list */
622 LIST_ENTRY(nfs_export) nx_hash; /* export hash chain */
623 struct nfs_export *nx_parent; /* parent export */
643 LIST_HEAD(,nfs_export) nxfs_exports; /* list of exports for this file system */
653 __private_extern__ LIST_HEAD(nfsrv_export_hashhead, nfs_export) *nfsrv_export_hashtbl;
1368 int nfsrv_credcheck(struct nfsrv_descript *, vfs_context_t, struct nfs_export *,
1376 struct nfs_export **, struct nfs_export_options **);
1387 struct nfs_export **, struct nfs_export_options **);
1393 void nfsrv_update_user_stat(struct nfs_export *, struc
[all...]
H A Dnfs_subs.c1961 int nfsrv_hang_addrlist(struct nfs_export *, struct user_nfs_export_args *);
1963 int nfsrv_free_addrlist(struct nfs_export *, struct user_nfs_export_args *);
1964 struct nfs_export_options *nfsrv_export_lookup(struct nfs_export *, mbuf_t);
1965 struct nfs_export *nfsrv_fhtoexport(struct nfs_filehandle *);
2055 struct nfs_export **nxp,
2414 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa)
2595 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa)
2678 struct nfs_export *nx, *nx2, *nx3;
2903 MALLOC(nx, struct nfs_export *, sizeof(struct nfs_export), M_TEM
[all...]
H A Dnfs_serv.c287 struct nfs_export *nx;
413 struct nfs_export *nx;
474 struct nfs_export *nx;
599 struct nfs_export *nx = NULL;
697 struct nfs_export *nx;
824 struct nfs_export *nx;
1183 struct nfs_export *nx;
1374 struct nfs_export *nx;
1820 struct nfs_export *nx = NULL;
2151 struct nfs_export *n
[all...]
H A Dnfs_syscalls.c418 struct nfs_export *nx;
515 struct nfs_export *nx;
H A Dnfs_vfsops.c5068 struct nfs_export *nx;

Completed in 99 milliseconds