Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c535 SECREF_TRACE(curdata->ex_path, in srv_secinfo_exp2exp()
792 bckt = &exptable_path_hash[pkp_tab_hash(exi->exi_export.ex_path, in export_link()
793 strlen(exi->exi_export.ex_path))]; in export_link()
817 exi_root->exi_export.ex_path = in nfs_exportinit()
819 exi_root->exi_export.ex_path[0] = '/'; in nfs_exportinit()
820 exi_root->exi_export.ex_path[1] = '\0'; in nfs_exportinit()
1057 strcmp(ex1->exi_export.ex_path, lookpn.pn_path)) { in exportfs()
1172 strcmp(ex2->exi_export.ex_path, lookpn.pn_path) != 0) { in exportfs()
1251 kex->ex_path = STRUCT_FGETP(uexi, ex_path); in exportfs()
1267 if (copyinstr(kex->ex_path, pathbuf, MAXPATHLEN, &kex->ex_pathlen)) { in exportfs()
[all …]
H A Dnfs4_srv_ns.c186 kex->ex_path = kmem_alloc(kex->ex_pathlen + 1, KM_SLEEP); in pseudo_exportfs()
189 (void) strcpy(kex->ex_path, vp->v_path); in pseudo_exportfs()
190 (void) strcpy(kex->ex_path + vpathlen, PSEUDOFS_SUFFIX); in pseudo_exportfs()
H A Dnfs_server.c2257 exi->exi_export.ex_path ? in checkauth()
2258 exi->exi_export.ex_path : "?"); in checkauth()
2502 exi->exi_export.ex_path ? in checkauth4()
2503 exi->exi_export.ex_path : "?"); in checkauth4()
3235 path = exi->exi_export.ex_path; in nfs_getflabel()
H A Dnfs_cmd.c286 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.c370 varg.arg_u.arg.areq.req_path = exi->exi_export.ex_path; in nfsauth_retrieve()
H A Dnfs_log.c1775 (void) strcpy(pubpath, exi_public->exi_export.ex_path); in get_publicfh_path()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h136 char *ex_path; /* exported path */ member
152 caddr32_t ex_path; /* exported path */ member
/titanic_50/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1244 (void) printf("\tex_path = %s\n", ep->ex_path); in printarg()
1820 export.ex_path = path; in nfs_enable_share()