Searched refs:sh_fstype (Results 1 – 11 of 11) sorted by relevance
88 sh->sh_fstype = (char *)strtok_r(NULL, w, &lasts); in getshare()89 if (sh->sh_fstype == NULL) in getshare()122 if (sh->sh_fstype) { in sharedup()123 nsh->sh_fstype = strdup(sh->sh_fstype); in sharedup()124 if (nsh->sh_fstype == NULL) in sharedup()151 if (sh->sh_fstype != NULL) in sharefree()152 free(sh->sh_fstype); in sharefree()
90 sh->sh_fstype = strtok(NULL, w); in getshare()91 if (sh->sh_fstype == NULL) in getshare()119 nsh->sh_fstype = strdup(sh->sh_fstype); in sharedup()120 if (nsh->sh_fstype == NULL) in sharedup()144 if (sh->sh_fstype != NULL) in sharefree()145 free(sh->sh_fstype); in sharefree()
45 char *sh_fstype; member56 caddr32_t sh_fstype; member
63 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in _sharefs()
123 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) { in sharefs_remove()211 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) { in sharefs_add()222 n = strlen(sh->sh_fstype); in sharefs_add()224 (void) strncpy(sht->s_fstype, sh->sh_fstype, n); in sharefs_add()242 strlen(sh->sh_res) + strlen(sh->sh_fstype) + in sharefs_add()
119 sh->sh_fstype, in sharefs_snap_create()
1400 newp->fstype = strdup(sharetab_entry->sh_fstype); in get_share_list()2034 sh->sh_fstype = strdup(proto); in sa_fillshare()2070 if (sh->sh_fstype != NULL) in sa_emptyshare()2071 free(sh->sh_fstype); in sa_emptyshare()2072 sh->sh_fstype = NULL; in sa_emptyshare()2160 sh.sh_fstype = proto; in sa_delete_sharetab()
1324 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in sa_share_zfs()
318 newp->fstype = strdup(sharetab_entry->sh_fstype); in create_sharelist_entry()
2549 if (strcmp(sh->sh_fstype, "nfs") != 0) in check_sharetab()
2048 sh.sh_fstype = "nfs"; in nfs_disable_share()