Searched refs:fstype (Results 76 - 100 of 187) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A DMakefile38 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/dev/
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/lib/libfsmgt/common/
H A Dfs_mounts.c53 char *fstype, char *mntopts, char *time);
74 free(headp->fstype);
159 fs_get_filtered_mount_list(char *resource, char *mountp, char *fstype, argument
175 search_entry = create_mnttab_filter(resource, mountp, fstype,
562 newp->fstype = strdup(mnttab_entry.mnt_fstype);
563 if (newp->fstype == NULL) {
622 newp->fstype = strdup(mnttab_entry.mnt_fstype);
623 if (newp->fstype == NULL) {
656 create_mnttab_filter(char *resource, char *mountp, char *fstype, char *mntopts, argument
693 if (fstype !
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
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...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c71 char fstype[512]; local
77 /* or fstype if swap */
93 cmpstr = &fstype[0];
124 /* or that the fstype/mntpoint match what was passed in */
127 /* entries of swap in the file, and so the fstype is not */
130 bdev, cdev, mntpt, fstype, fsckpass,
154 blkname, char_device, mntpt, fstype, fsckpass,
159 blkname, char_device, mntpt, fstype, fsckpass,
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c62 static char fstype[] = MNTTYPE_HSFS; variable
105 snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
224 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c52 static char fstype[] = FSTYPE; variable
80 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
211 fstype, NULL, 0, optbuf, MAX_MNTOPT_STR) == -1) {
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c128 objfs_init(int fstype, char *name) argument
133 objfs_fstype = fstype;
134 if (error = vfs_setfsops(fstype, objfs_vfstops, &vfsops)) {
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c152 sharefs_init(int fstype, char *name) argument
157 sharefs_fstype = fstype;
158 if (error = vfs_setfsops(fstype, sharefs_vfstops, &vfsops)) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c226 if ((strcmp(fs_tab[n]->fstype, MNTTYPE_AUTOFS)) == NULL)
229 return (fs_tab[n]->fstype);
585 fs_tab_init(char *mountp, char *fstype) argument
634 if ((nfte->fstype = malloc(strlen(fstype)+1)) == NULL) {
635 progerr(ERR_MALLOC, "fstype", errno, strerror(errno));
638 (void) strcpy(nfte->fstype, fstype);
656 free(fs_tab[n]->fstype);
1014 load_fsentry(struct fstable *fs_entry, char *name, char *fstype, argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A DMakefile36 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A DMakefile33 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h118 char *fstype; /* type of filesystem - nfs, lo, ... */ member in struct:fstable

Completed in 147 milliseconds

12345678