Searched refs:sh_opts (Results 1 – 12 of 12) sorted by relevance
93 sh->sh_opts = (char *)strtok_r(NULL, w, &lasts); in getshare()94 if (sh->sh_opts == NULL) in getshare()129 if (sh->sh_opts) { in sharedup()130 nsh->sh_opts = strdup(sh->sh_opts); in sharedup()131 if (nsh->sh_opts == NULL) in sharedup()155 if (sh->sh_opts != NULL) in sharefree()156 free(sh->sh_opts); in sharefree()
93 sh->sh_opts = strtok(NULL, w); in getshare()94 if (sh->sh_opts == NULL) in getshare()122 nsh->sh_opts = strdup(sh->sh_opts); in sharedup()123 if (nsh->sh_opts == NULL) in sharedup()146 if (sh->sh_opts != NULL) in sharefree()147 free(sh->sh_opts); in sharefree()
46 char *sh_opts; member57 caddr32_t sh_opts; member
67 j = (sh->sh_opts ? strlen(sh->sh_opts) : 0); in _sharefs()
112 opts = strdup(sh->sh_opts); in export()131 opts = strdup(sh->sh_opts); in export()
186 name = charmap_search(&nb, sh->sh_opts); in nfscmd_charmap_lookup()
865 if ((val = getshareopt(sh->sh_opts, SHOPT_NOSUB)) != NULL) { in checkrootmount()938 if (newopts(sh->sh_opts)) in mount_enoent_error()1314 if (newopts(sh->sh_opts)) in mount()2012 opts = strdup(sh->sh_opts); in getclientsflavors_old()2079 opts = strdup(sh->sh_opts); in getclientsflavors_new()2154 if (newopts(sh->sh_opts)) in check_client()2297 opts = strdup(sh->sh_opts); in check_client_old()2656 opts = strdup(sh->sh_opts); in check_client_new()
1402 newp->options = strdup(sharetab_entry->sh_opts); in get_share_list()2039 sh->sh_opts = strdup(value); in sa_fillshare()2041 sh->sh_opts = strdup(defprop); in sa_fillshare()2044 sh->sh_opts = strdup(defprop); in sa_fillshare()2074 if (sh->sh_opts != NULL) in sa_emptyshare()2075 free(sh->sh_opts); in sa_emptyshare()2076 sh->sh_opts = NULL; in sa_emptyshare()
1340 j = (sh->sh_opts ? strlen(sh->sh_opts) : 0); in sa_share_zfs()
328 newp->options = strdup(sharetab_entry->sh_opts); in create_sharelist_entry()
118 sh->sh_opts, in sharefs_snap_create()
243 strlen(sh->sh_opts) + strlen(sh->sh_descr); in sharefs_add()