Searched refs:ex_path (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 535 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 D | nfs4_srv_ns.c | 186 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 D | nfs_server.c | 2257 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 D | nfs_cmd.c | 286 path = exi->exi_export.ex_path; in nfscmd_charmap()
|
H A D | nfs_log_xdr.c | 221 if (!xdr_string(xdrs, &objp->exi_export.ex_path, ~0)) in xdr_nfslog_sharefsargs()
|
H A D | nfs_auth.c | 370 varg.arg_u.arg.areq.req_path = exi->exi_export.ex_path; in nfsauth_retrieve()
|
H A D | nfs_log.c | 1775 (void) strcpy(pubpath, exi_public->exi_export.ex_path); in get_publicfh_path()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | export.h | 136 char *ex_path; /* exported path */ member 152 caddr32_t ex_path; /* exported path */ member
|
/titanic_50/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 1244 (void) printf("\tex_path = %s\n", ep->ex_path); in printarg() 1820 export.ex_path = path; in nfs_enable_share()
|