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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2466 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) argument
2501 if (nx->nx_flags & NX_DEFAULTEXPORT) {
2506 nx->nx_flags |= NX_DEFAULTEXPORT;
2507 nx->nx_defopt.nxo_flags = nxna.nxna_flags;
2508 nx->nx_defopt.nxo_cred = cred;
2509 bcopy(&nxna.nxna_sec, &nx->nx_defopt.nxo_sec, sizeof(struct nfs_sec));
2510 nx->nx_expcnt++;
2536 if ((rnh = nx->nx_rtable[i]) == 0) {
2543 dom->dom_rtattach((void **)&nx->nx_rtable[i],
2548 if ((rnh = nx
2648 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) argument
2731 struct nfs_export *nx, *nx2, *nx3; local
3180 nfsrv_export_lookup(struct nfs_export *nx, mbuf_t nam) argument
3211 struct nfs_export *nx; local
3341 nfsrv_credcheck( struct nfsrv_descript *nd, vfs_context_t ctx, __unused struct nfs_export *nx, struct nfs_export_options *nxo) argument
3368 nfsrv_vptofh( struct nfs_export *nx, int nfsvers, struct nfs_filehandle *dnfhp, vnode_t vp, vfs_context_t ctx, struct nfs_filehandle *nfhp) argument
3522 nfsrv_update_user_stat(struct nfs_export *nx, struct nfsrv_descript *nd, uid_t uid, u_int ops, u_int rd_bytes, u_int wr_bytes) argument
3604 struct nfs_export *nx; local
[all...]
H A Dnfs_serv.c287 struct nfs_export *nx; local
301 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
305 NFSStatAdd64(&nx->nx_stats.ops, 1);
308 nfsrv_update_user_stat(nx, nd, kauth_cred_getuid(nd->nd_cr), 1, 0, 0);
310 error = nfsrv_credcheck(nd, ctx, nx, nxo);
413 struct nfs_export *nx; local
424 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
428 NFSStatAdd64(&nx->nx_stats.ops, 1);
431 nfsrv_update_user_stat(nx, nd, kauth_cred_getuid(nd->nd_cr), 1, 0, 0);
433 error = nfsrv_credcheck(nd, ctx, nx, nx
474 struct nfs_export *nx; local
599 struct nfs_export *nx = NULL; local
697 struct nfs_export *nx; local
824 struct nfs_export *nx; local
1183 struct nfs_export *nx; local
1374 struct nfs_export *nx; local
1820 struct nfs_export *nx = NULL; local
2151 struct nfs_export *nx = NULL; local
2384 struct nfs_export *nx = NULL; local
3131 struct nfs_export *nx; local
3291 struct nfs_export *nx = NULL; local
3510 struct nfs_export *nx = NULL; local
3723 struct nfs_export *nx = NULL; local
3896 struct nfs_export *nx; local
4117 struct nfs_export *nx; local
4362 struct nfs_export *nx; local
4445 struct nfs_export *nx; local
4536 struct nfs_export *nx; local
4625 struct nfs_export *nx; local
[all...]
H A Dnfs_syscalls.c420 struct nfs_export *nx; local
466 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
467 int len = strlen(nx->nx_path);
470 if (!strncmp(nx->nx_path, ptr, len))
473 if (!nx) {
481 nfh.nfh_xh.nxh_expid = htonl(nx->nx_id);
517 struct nfs_export *nx; local
556 error = nfsrv_fhtovp(&nfh, NULL, &vp, &nx, &nxo);
H A Dnfs_vfsops.c5133 struct nfs_export *nx; local
5244 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next)
5309 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
5316 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
5317 nx->nx_path);
5320 statrec.ops = ((uint64_t)nx->nx_stats.ops.hi << 32) |
5321 nx->nx_stats.ops.lo;
5322 statrec.bytes_read = ((uint64_t)nx->nx_stats.bytes_read.hi << 32) |
5323 nx->nx_stats.bytes_read.lo;
5324 statrec.bytes_written = ((uint64_t)nx
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c2983 SYSCTL_PROC(_kern, KERN_NX_PROTECTION, nx,

Completed in 99 milliseconds