Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h149 char *ex_index; /* index file for public filesystem */ member
165 caddr32_t ex_index; /* index file for public filesystem */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1488 kex->ex_index = STRUCT_FGETP(uexi, ex_index); in exportfs()
1680 if (!kex->ex_index) { /* sanity check */ in exportfs()
1847 kmem_free(kex->ex_index, strlen(kex->ex_index) + 1); in exportfs()
2797 kmem_free(ex->ex_index, strlen(ex->ex_index) + 1); in exportfree()
2863 error = copyinstr(kex->ex_index, index, sizeof (index), &len); in loadindex()
2867 kex->ex_index = kmem_alloc(len, KM_SLEEP); in loadindex()
2868 bcopy(index, kex->ex_index, len); in loadindex()
H A Dnfs_server.c2942 error = rfs_pathname((*exi)->exi_export.ex_index, NULL, vpp, in rfs_publicfh_mclookup()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1006 if (export->ex_index != NULL) { in fill_export_from_optionset()
1008 free(export->ex_index); in fill_export_from_optionset()
1011 export->ex_index = strdup(value); in fill_export_from_optionset()
1012 if (export->ex_index == NULL) { in fill_export_from_optionset()
1078 free(export->ex_index); in cleanup_export()
1840 export.ex_index = NULL; in nfs_enable_share()