Searched refs:fstype (Results 51 - 75 of 187) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh88 # Is the passed fstype a "remote" one?
150 # 4) can't specify a fstype with -h
152 # 6) can't be fstype nfs and local
153 # 7) only fstype nfs is remote
222 # fstype=nfs line in mnttab (eg, "host:/export) extract the host
253 while read dev mountp fstype mode dummy
284 if [ "$fstype" = "nfs" ]; then
287 if [ "$fstype" = "smbfs" ]; then
294 if [ -n "$FFLAG" -a "$FSType" != "$fstype" ]; then
300 isremote "$fstype"
[all...]
H A Dswapadd.sh106 while read special t1 t2 fstype t3 t4 t5; do
117 [ "$fstype" != swap ] && continue
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c57 static char fstype[] = MNTTYPE_LOFS; variable
80 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
129 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c52 static char fstype[] = "ctfs"; variable
86 len = strlen(fstype) + 1 + strlen(myname);
94 (void) snprintf(typename, len, "%s %s", fstype, myname);
145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c52 static char fstype[] = "objfs"; variable
86 len = strlen(fstype) + 1 + strlen(myname);
94 (void) snprintf(typename, len, "%s %s", fstype, myname);
145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c52 static char fstype[] = "sharefs"; variable
86 len = strlen(fstype) + 1 + strlen(myname);
94 (void) snprintf(typename, len, "%s %s", fstype, myname);
145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/smbclnt/chacl/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/clri/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c211 * execs the appropriate /usr/lib/fs/{fstype}/mount.
215 * appropriate /etc/fs/{fstype}/mount
217 * If the -F fstype, special or directory are missing,
228 *fstype, /* wherein the fstype name is filled */ local
286 break; /* fstype dependent options */
399 fstype = farg;
402 fstype = "ufs";
404 fstype = Farg;
408 exit(parmount(argv + optind, fscnt, fstype));
731 remote(char *fstype, FILE *rfp) argument
802 doexec(char *fstype, char *newargv[]) argument
905 parmount(char **mntlist, int count, char *fstype) argument
1005 getvfsall(char *fstype, int takeall) argument
1573 check_fields(char *fstype, char *mountp) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c45 #define NAME_MAX 64 /* sizeof "fstype myname" */
57 static char fstype[] = FSTYPE; variable
81 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
168 (void) fprintf(stderr, gettext("%s: %s is not this fstype.\n"),
209 fstype, NULL, 0, optbuf, MAX_MNTOPT_STR)) {
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c47 char *fstype; member in struct:dfstab_entry
145 if (headp->fstype != NULL) {
146 free(headp->fstype);
172 if (new_entry->fstype) {
173 sprintf(tempstr, "-F %s ", new_entry->fstype);
241 *err |= (dfstablist->fstype != NULL);
242 dfstablist->fstype = strdup(optarg);
243 if (dfstablist->fstype == NULL) {
277 if (dfstablist->fstype == NULL) {
288 dfstablist->fstype
435 fs_set_DFStab_ent( char *path, char *fstype, char *options, char *description, int *err) argument
[all...]
H A Dlibfsmgt.h60 char *fstype; member in struct:mount_default_list
73 char *fstype; member in struct:mount_list
88 char *fstype; member in struct:share_list
521 char *mountp, char *fstype, char *mntopts,
842 * fs_dfstab_entry_t entry - the dfstab entry to retrieve the fstype from.
847 * Note: if fstype is not set in the dfstab entry the default fstype is
945 * char *fstype - The filesystem type for the share
/illumos-gate/usr/src/cmd/acct/
H A Ddodisk.sh40 format="special dev mnt fstype fsckpass automnt mntflags"
84 if [ $fstype != ufs ] && [ $fstype != vxfs ]
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/reparsed/
H A DMakefile31 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A DMakefile31 include ../../Makefile.fstype

Completed in 122 milliseconds

12345678