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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c1979 nfsrv_hang_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) argument
2014 if (nx->nx_flags & NX_DEFAULTEXPORT) {
2019 nx->nx_flags |= NX_DEFAULTEXPORT;
2020 nx->nx_defopt.nxo_flags = nxna.nxna_flags;
2021 nx->nx_defopt.nxo_cred = cred;
2022 bcopy(&nxna.nxna_sec, &nx->nx_defopt.nxo_sec, sizeof(struct nfs_sec));
2023 nx->nx_expcnt++;
2049 if ((rnh = nx->nx_rtable[i]) == 0) {
2056 dom->dom_rtattach((void **)&nx->nx_rtable[i],
2060 if ((rnh = nx
2139 nfsrv_free_addrlist(struct nfs_export *nx, struct user_nfs_export_args *unxa) argument
2221 struct nfs_export *nx, *nx2, *nx3; local
2606 nfsrv_export_lookup(struct nfs_export *nx, mbuf_t nam) argument
2637 struct nfs_export *nx; local
2758 nfsrv_credcheck( struct nfsrv_descript *nd, vfs_context_t ctx, __unused struct nfs_export *nx, struct nfs_export_options *nxo) argument
2785 nfsrv_vptofh( struct nfs_export *nx, int nfsvers, struct nfs_filehandle *dnfhp, vnode_t vp, vfs_context_t ctx, struct nfs_filehandle *nfhp) argument
2979 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
3061 struct nfs_export *nx; local
[all...]
H A Dnfs_serv.c273 struct nfs_export *nx; local
287 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
291 NFSStatAdd64(&nx->nx_stats.ops, 1);
294 nfsrv_update_user_stat(nx, nd, kauth_cred_getuid(nd->nd_cr), 1, 0, 0);
296 error = nfsrv_credcheck(nd, ctx, nx, nxo);
407 struct nfs_export *nx; local
418 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
422 NFSStatAdd64(&nx->nx_stats.ops, 1);
425 nfsrv_update_user_stat(nx, nd, kauth_cred_getuid(nd->nd_cr), 1, 0, 0);
427 error = nfsrv_credcheck(nd, ctx, nx, nx
468 struct nfs_export *nx; local
593 struct nfs_export *nx = NULL; local
688 struct nfs_export *nx; local
816 struct nfs_export *nx; local
1157 struct nfs_export *nx; local
1348 struct nfs_export *nx; local
1794 struct nfs_export *nx = NULL; local
2131 struct nfs_export *nx = NULL; local
2370 struct nfs_export *nx = NULL; local
3131 struct nfs_export *nx; local
3287 struct nfs_export *nx = NULL; local
3510 struct nfs_export *nx = NULL; local
3724 struct nfs_export *nx = NULL; local
3894 struct nfs_export *nx; local
4112 struct nfs_export *nx; local
4355 struct nfs_export *nx; local
4438 struct nfs_export *nx; local
4529 struct nfs_export *nx; local
4618 struct nfs_export *nx; local
[all...]
H A Dnfs_syscalls.c390 struct nfs_export *nx; local
430 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
431 int len = strlen(nx->nx_path);
434 if (!strncmp(nx->nx_path, ptr, len))
437 if (!nx) {
445 nfh.nfh_xh.nxh_expid = htonl(nx->nx_id);
481 struct nfs_export *nx; local
520 error = nfsrv_fhtovp(&nfh, NULL, &vp, &nx, &nxo);
H A Dnfs_vfsops.c2448 struct nfs_export *nx; local
2540 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next)
2605 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
2612 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
2613 nx->nx_path);
2616 statrec.ops = ((uint64_t)nx->nx_stats.ops.hi << 32) |
2617 nx->nx_stats.ops.lo;
2618 statrec.bytes_read = ((uint64_t)nx->nx_stats.bytes_read.hi << 32) |
2619 nx->nx_stats.bytes_read.lo;
2620 statrec.bytes_written = ((uint64_t)nx
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c2461 SYSCTL_PROC(_kern, KERN_NX_PROTECTION, nx,

Completed in 42 milliseconds