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

/opensolaris-onvv-gate/usr/src/uts/common/sharefs/
H A Dsharetab.h59 char *s_fstype; member in struct:sharetab
/opensolaris-onvv-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c123 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) {
211 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) {
223 sht->s_fstype = kmem_zalloc(n + 1, KM_SLEEP);
224 (void) strncpy(sht->s_fstype, sh->sh_fstype, n);

Completed in 44 milliseconds