Searched refs:sh_fstype (Results 1 – 11 of 11) 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()
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()
117 sh->sh_fstype, in sharefs_snap_create()
1401 newp->fstype = strdup(sharetab_entry->sh_fstype); in get_share_list()2035 sh->sh_fstype = strdup(proto); in sa_fillshare()2071 if (sh->sh_fstype != NULL) in sa_emptyshare()2072 free(sh->sh_fstype); in sa_emptyshare()2073 sh->sh_fstype = NULL; in sa_emptyshare()2161 sh.sh_fstype = proto; in sa_delete_sharetab()
1336 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()
2071 sh.sh_fstype = "nfs"; in nfs_disable_share()
3038 if (strcmp(sh->sh_fstype, "nfs") != 0) in check_sharetab()