Home
last modified time | relevance | path

Searched refs:ex_index (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h142 char *ex_index; /* index file for public filesystem */ member
158 caddr32_t ex_index; /* index file for public filesystem */ member
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1256 kex->ex_index = STRUCT_FGETP(uexi, ex_index); in exportfs()
1448 if (!kex->ex_index) { /* sanity check */ in exportfs()
1597 kmem_free(kex->ex_index, strlen(kex->ex_index) + 1); in exportfs()
2518 kmem_free(ex->ex_index, strlen(ex->ex_index) + 1); in exportfree()
2584 if (error = copyinstr(kex->ex_index, index, sizeof (index), &len)) in loadindex()
2587 kex->ex_index = kmem_alloc(len, KM_SLEEP); in loadindex()
2588 bcopy(index, kex->ex_index, len); in loadindex()
H A Dnfs_server.c2847 error = rfs_pathname((*exi)->exi_export.ex_index, NULL, vpp, in rfs_publicfh_mclookup()
/titanic_50/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c991 if (export->ex_index != NULL) { in fill_export_from_optionset()
993 free(export->ex_index); in fill_export_from_optionset()
996 export->ex_index = strdup(value); in fill_export_from_optionset()
997 if (export->ex_index == NULL) { in fill_export_from_optionset()
1055 free(export->ex_index); in cleanup_export()
1819 export.ex_index = NULL; in nfs_enable_share()