Home
last modified time | relevance | path

Searched refs:s_fstype (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c123 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()
/titanic_44/usr/src/uts/common/sharefs/
H A Dsharetab.h59 char *s_fstype; member