Home
last modified time | relevance | path

Searched refs:sh_fstype (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c90 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()
/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h43 char *sh_fstype; member
54 caddr32_t sh_fstype; member
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsharefs.c61 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in _sharefs()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c115 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) in sharefs_remove()
195 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) in sharefs_add()
202 n = strlen(sh->sh_fstype); in sharefs_add()
204 (void) strncpy(sht->s_fstype, sh->sh_fstype, n); in sharefs_add()
219 strlen(sh->sh_res) + strlen(sh->sh_fstype) + in sharefs_add()
H A Dsharefs_vnops.c121 sh->sh_fstype, in sharefs_snap_create()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1402 newp->fstype = strdup(sharetab_entry->sh_fstype); in get_share_list()
2110 sh->sh_fstype = strdup(proto); in sa_fillshare()
2146 if (sh->sh_fstype != NULL) in sa_emptyshare()
2147 free(sh->sh_fstype); in sa_emptyshare()
2148 sh->sh_fstype = NULL; in sa_emptyshare()
2236 sh.sh_fstype = proto; in sa_delete_sharetab()
H A Dlibshare_zfs.c1512 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in sa_share_zfs()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c316 newp->fstype = strdup(sharetab_entry->sh_fstype); in create_sharelist_entry()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3187 if (strcmp(sh->sh_fstype, "nfs") != 0) in check_sharetab()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2039 sh.sh_fstype = "nfs"; in nfs_disable_share()