Searched refs:s_fstype (Results 1 – 2 of 2) sorted by relevance
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()223 sht->s_fstype = kmem_zalloc(n + 1, KM_SLEEP); in sharefs_add()224 (void) strncpy(sht->s_fstype, sh->sh_fstype, n); in sharefs_add()
59 char *s_fstype; member