Home
last modified time | relevance | path

Searched refs:ex_path (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dnfs.d109 noi_shrpath = (P->exi == NULL || P->exi->exi_export.ex_path == NULL) ?
110 "<unknown>" : P->exi->exi_export.ex_path;
131 (arg3 == 0 || ((exportinfo_t *)arg3)->exi_export.ex_path == NULL) ?
132 "<unknown>" : ((exportinfo_t *)arg3)->exi_export.ex_path;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c544 SECREF_TRACE(curdata->ex_path, in srv_secinfo_exp2exp()
817 strlen(exi->exi_export.ex_path))]; in export_link()
913 ne->exi_root->exi_export.ex_path = in nfs_export_zone_init()
915 ne->exi_root->exi_export.ex_path[0] = '/'; in nfs_export_zone_init()
916 ne->exi_root->exi_export.ex_path[1] = '\0'; in nfs_export_zone_init()
1060 kmem_free(ne->exi_root->exi_export.ex_path, in nfs_export_zone_fini()
1483 kex->ex_path = STRUCT_FGETP(uexi, ex_path); in exportfs()
1505 bcopy(pathbuf, kex->ex_path, kex->ex_pathlen); in exportfs()
1506 kex->ex_path[kex->ex_pathlen] = '\0'; in exportfs()
1867 kmem_free(kex->ex_path, kex->ex_pathlen + 1); in exportfs()
[all …]
H A Dnfs4_srv_ns.c188 kex->ex_path = kmem_alloc(kex->ex_pathlen + 1, KM_SLEEP); in pseudo_exportfs()
191 (void) strncpy(kex->ex_path, vp->v_path, vpathlen); in pseudo_exportfs()
192 (void) strcpy(kex->ex_path + vpathlen, PSEUDOFS_SUFFIX); in pseudo_exportfs()
H A Dnfs_server.c2259 exi->exi_export.ex_path ? in checkauth()
2260 exi->exi_export.ex_path : "?"); in checkauth()
2493 exi->exi_export.ex_path ? in checkauth4()
2494 exi->exi_export.ex_path : "?"); in checkauth4()
3174 path = exi->exi_export.ex_path; in nfs_getflabel()
H A Dnfs_cmd.c325 path = exi->exi_export.ex_path; in nfscmd_charmap()
H A Dnfs_log_xdr.c221 if (!xdr_string(xdrs, &objp->exi_export.ex_path, ~0)) in xdr_nfslog_sharefsargs()
H A Dnfs_auth.c398 varg.arg_u.arg.areq.req_path = exi->exi_export.ex_path; in nfsauth_retrieve()
H A Dnfs_log.c1779 (void) strcpy(pubpath, ne->exi_public->exi_export.ex_path); in get_publicfh_path()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h143 char *ex_path; /* exported path */ member
159 caddr32_t ex_path; /* exported path */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c190 (uintptr_t)exi.exi_export.ex_path) == -1) { in nfs_expinfo_dcmd()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1267 (void) printf("\tex_path = %s\n", ep->ex_path); in printarg()
1841 export.ex_path = path; in nfs_enable_share()