Searched refs:fstype (Results 1 - 25 of 187) sorted by path

12345678

/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/backup/
H A Dreq.flg32 echo_file usr/src/cmd/fs.d/Makefile.fstype
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5600 find_primary_common(char *mntpt, char *fstype) argument
5666 if (strcmp(fstype, "ufs") == 0 && zfs) {
5671 } else if (strcmp(fstype, "zfs") == 0 && ufs) {
5691 find_backup_common(char *mntpt, char *fstype) argument
5754 if (strcmp(fstype, "ufs") == 0 && zfs) {
5759 } else if (strcmp(fstype, "zfs") == 0 && ufs) {
5797 get_mountpoint(char *special, char *fstype) argument
5806 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, special, fstype));
5818 mpref.mnt_fstype = fstype;
5825 "fstype
6245 find_existing_sign(char *osroot, char *osdev, char *fstype) argument
6468 char *fstype; local
7170 create_new_sign(char *osdev, char *fstype) argument
7343 set_backup(char *osroot, char *osdev, char *sign, char *fstype) argument
7500 set_primary(char *osroot, char *osdev, char *sign, char *fstype) argument
7625 set_signature(char *osroot, char *osdev, char *sign, char *fstype) argument
7663 char *fstype; local
9000 char *fstype; local
9503 char *fstype; local
[all...]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c250 if (device->target.fstype == IG_FS_ZFS) {
442 if (device->target.fstype == IG_FS_ZFS)
505 if (device->target.fstype == IG_FS_ZFS) {
575 device->target.fstype != IG_FS_PCFS) {
627 /* zero size means the fstype must be zfs */
628 assert(device->target.fstype == IG_FS_ZFS);
644 if (device->target.fstype == IG_FS_PCFS) {
671 if (device->target.fstype == IG_FS_PCFS) {
675 if (device->target.fstype == IG_FS_ZFS)
700 if (device->target.fstype
[all...]
H A Dinstallboot.h60 enum ig_fstype_t fstype; /* none or pcfs */ member in struct:stage_part
/illumos-gate/usr/src/cmd/dumpadm/
H A Dsvc-dumpadm64 if [ "$fstype" = zfs ] ; then
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A DMakefile56 include ../Makefile.fstype
H A Dautod_autofs.c175 if ((alp->action.action_list_entry_u.mounta.fstype =
273 if (m->fstype)
274 free(m->fstype);
H A Dautod_main.c384 trace_prt(1, " resource=%s fstype=%s mntpnt=%s"
387 ul->fstype,
575 if (mp->fstype) {
576 if (strcmp(mp->fstype, "autofs") == 0) {
579 } else if (strncmp(mp->fstype, "nfs", 3) == 0) {
624 if (args->fstype)
625 free(args->fstype);
H A Dautod_mount.c138 * the fstype.
336 mount_generic(special, fstype, opts, mntpnt, overlay)
337 char *special, *fstype, *opts, *mntpnt;
347 special, mntpnt, fstype, opts);
377 res = call_fork_exec(fstype, "mount", newargv, verbose);
487 m.mnt_fstype = ur->fstype;
496 if (strcmp(ur->fstype, MNTTYPE_NFS) == 0) {
545 char *fstype = mnt->mnt_fstype; local
550 if (strcmp(fstype, MNTTYPE_NFS) == 0) {
552 } else if (strcmp(fstype, MNTTYPE_LOF
[all...]
H A Dautod_nfs.c671 char *fstype; local
1093 * mounts, set fstype now.
1099 fstype = MNTTYPE_NFS4;
1102 fstype = MNTTYPE_NFS3;
1109 fstype = MNTTYPE_NFS;
1808 fstype, remname);
2321 if (strcmp(fstype, MNTTYPE_NFS4) == 0)
2348 if (mount(mnttabtext, mntpnt, flags | MS_DATA, fstype,
2380 alp->action.action_list_entry_u.mounta.fstype =
2381 strdup(fstype);
3481 char fstype[] = MNTTYPE_LOFS; local
[all...]
H A Dautod_parse.c282 implied = (*w != '/') || (strstr(defaultopts, "fstype=smbfs") != NULL);
565 #define FSTYPE "fstype"
566 #define FSTYPE_EQ "fstype="
572 * sets the mapentry's options, fstype and mounter fields by separating
573 * out the fstype part from the opts. Use default options if opts is NULL.
582 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
586 strcpy(fstype, MNTTYPE_NFS); /* default */
592 strcpy(mounter, fstype);
599 /* separate opts into fstype and (other) entrypopts */
600 get_opts(opts, entryopts, fstype,
1791 char fstype[32], mounter[32]; local
[all...]
H A Dautod_xdr.c118 if (!xdr_string(xdrs, &objp->fstype, AUTOFS_MAXCOMPONENTLEN))
212 if (!xdr_string(xdrs, &objp->fstype, AUTOFS_MAXCOMPONENTLEN))
H A Dns_fnmount.c191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, argument
766 if (fstype != NULL) {
767 mounter = strdup(fstype);
769 if ((mntpnt == NULL) || (fstype == NULL) || (mntopts == NULL) ||
778 free(fstype);
785 me->map_fstype = fstype;
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A DMakefile19 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A DMakefile32 include ../Makefile.fstype
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/dev/
H A DMakefile31 # we must define this before including Makefile.fstype
36 include ../Makefile.fstype
H A Dmount.c50 static char fstype[] = MNTTYPE_DEV; variable
79 " special mount_point\n"), fstype, myname, fstype, myname, fstype);
96 if (mount(special, mountpt, flags, fstype, &mountargs,
279 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c441 * Returns TRUE if fstype is a remote file system type;
445 is_remote_fs(char *fstype) argument
456 if (EQ(fstype, *p))
868 char *fstype; local
873 fstype = request_list[0].dfr_fstype;
875 if (F_option && ! EQ(FSType, fstype))
878 (void) sprintf(cmd_path, "%s%s/df", FS_LIBPATH, fstype);
935 fstype);
1343 DEFINE_STR_LEN(fstype);
1360 SET_STR_LEN("fstype", fstyp
2017 char *fstype = requests[i].dfr_fstype; local
[all...]
H A Dff.c50 char *fstype = NULL; /* fstype name is filled in here */ variable
52 char *newargv[ARGV_MAX]; /* args for the fstype specific command */
114 fstype = vfsbuf.vfs_fstype;
138 fstype = optarg;
162 if (F_flg && (strlen(fstype) > (size_t)FSTYPE_MAX)) {
164 cbasename, fstype, FSTYPE_MAX);
191 if ((F_flg) && (strcmp(fstype, vfsbuf.vfs_fstype) != 0))
194 fstype = vfsbuf.vfs_fstype;
207 * if (sysfs(GETFSIND, fstype)
[all...]
H A Dfsck.c81 char *myname, *fstype; variable
112 static void do_exec(char *fstype, char *nargv[]);
113 static void prnt_cmd(FILE *fd, char *fstype);
254 gettext("%s: more than one fstype specified\n"),
258 fstype = optarg;
259 if (strlen(fstype) > (size_t)FSTYPE_MAX) {
262 myname, fstype, FSTYPE_MAX);
309 do_exec(fstype, nargv);
319 if (fstype == NULL) {
329 if (fstype
771 execute(char *fsckdev, char *fstype, int Vflg, FILE *fd) argument
838 do_exec(char *fstype, char *nargv[]) argument
893 prnt_cmd(FILE *fd, char *fstype) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/fd/
H A DMakefile32 include ../Makefile.fstype
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/cmd/fs.d/hsfs/fstyp/
H A DMakefile31 include ../../Makefile.fstype

Completed in 165 milliseconds

12345678