Searched refs:nfs_export (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs.h | 689 struct nfs_export { struct 690 LIST_ENTRY(nfs_export) nx_next; /* FS export list */ 691 LIST_ENTRY(nfs_export) nx_hash; /* export hash chain */ 692 struct nfs_export *nx_parent; /* parent export */ argument 712 LIST_HEAD(, nfs_export) nxfs_exports; /* list of exports for this file system */ argument 722 extern LIST_HEAD(nfsrv_export_hashhead, nfs_export) * nfsrv_export_hashtbl; 1106 int nfsrv_credcheck(struct nfsrv_descript *, vfs_context_t, struct nfs_export *, 1114 struct nfs_export **, struct nfs_export_options **); 1126 struct nfs_export **, struct nfs_export_options **); 1132 void nfsrv_update_user_stat(struct nfs_export *, struct nfsrv_descript *, uid_t, u_int, u_int, u… [all …]
|
| H A D | nfs_subs.c | 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 *); 892 struct nfs_export_options *nfsrv_export_lookup(struct nfs_export *, mbuf_t); 893 struct nfs_export *nfsrv_fhtoexport(struct nfs_filehandle *); 985 struct nfs_export **nxp, in nfsrv_namei() 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() 1675 struct nfs_export *nx, *nx2, *nx3; in nfsrv_export() 1748 kfree_type(struct nfs_export, nx); in nfsrv_export() 1934 nx = kalloc_type(struct nfs_export, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nfsrv_export() [all …]
|
| H A D | nfs_serv.c | 280 struct nfs_export *nx; in nfsrv_access() 413 struct nfs_export *nx; in nfsrv_getattr() 494 struct nfs_export *nx; in nfsrv_setattr() 660 struct nfs_export *nx = NULL; in nfsrv_lookup() 767 struct nfs_export *nx; in nfsrv_readlink() 914 struct nfs_export *nx = NULL; in nfsrv_read() 1304 struct nfs_export *nx = NULL; in nfsrv_write() 1522 struct nfs_export *nx; in nfsrv_writegather() 1992 struct nfs_export *nx = NULL; in nfsrv_create() 2360 struct nfs_export *nx = NULL; in nfsrv_mknod() [all …]
|
| H A D | nfs_syscalls.c | 258 struct nfs_export *nx; in getfh() 396 struct nfs_export *nx; in fhopen() 1289 struct nfs_export *nx; in nfssvc_exportstats() 1438 struct nfs_export *nx; in nfssvc_userstats()
|