Searched refs:sh_fstype (Results 1 – 10 of 10) sorted by relevance
90 sh->sh_fstype = (char *)strtok_r(NULL, w, &lasts); in getshare()91 if (sh->sh_fstype == NULL) in getshare()124 if (sh->sh_fstype) { in sharedup()125 nsh->sh_fstype = strdup(sh->sh_fstype); in sharedup()126 if (nsh->sh_fstype == NULL) in sharedup()153 if (sh->sh_fstype != NULL) in sharefree()154 free(sh->sh_fstype); in sharefree()
43 char *sh_fstype; member54 caddr32_t sh_fstype; member
61 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in _sharefs()
115 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) in sharefs_remove()195 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) in sharefs_add()202 n = strlen(sh->sh_fstype); in sharefs_add()204 (void) strncpy(sht->s_fstype, sh->sh_fstype, n); in sharefs_add()219 strlen(sh->sh_res) + strlen(sh->sh_fstype) + in sharefs_add()
121 sh->sh_fstype, in sharefs_snap_create()
1402 newp->fstype = strdup(sharetab_entry->sh_fstype); in get_share_list()2110 sh->sh_fstype = strdup(proto); in sa_fillshare()2146 if (sh->sh_fstype != NULL) in sa_emptyshare()2147 free(sh->sh_fstype); in sa_emptyshare()2148 sh->sh_fstype = NULL; in sa_emptyshare()2236 sh.sh_fstype = proto; in sa_delete_sharetab()
1512 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in sa_share_zfs()
316 newp->fstype = strdup(sharetab_entry->sh_fstype); in create_sharelist_entry()
3187 if (strcmp(sh->sh_fstype, "nfs") != 0) in check_sharetab()
2039 sh.sh_fstype = "nfs"; in nfs_disable_share()