Searched refs:sh_fstype (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libshare/common/
H A Dsharetab.c85 sh->sh_fstype = (char *)strtok_r(NULL, w, &lasts);
86 if (sh->sh_fstype == NULL)
119 if (sh->sh_fstype) {
120 nsh->sh_fstype = strdup(sh->sh_fstype);
121 if (nsh->sh_fstype == NULL)
148 if (sh->sh_fstype != NULL)
149 free(sh->sh_fstype);
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_open.c76 if ((shp->sh_fstype =
117 free(shp->sh_fstype);
H A Dshadow_control.c106 shp->sh_fstype, NULL, 0, NULL, 0) != 0) {
H A Dshadow_impl.h133 char *sh_fstype; /* Mount fstype, if not ZFS */ member in struct:shadow_handle
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c315 newp->fstype = strdup(sharetab_entry->sh_fstype);

Completed in 27 milliseconds