Searched defs:fstype (Results 1 - 25 of 82) sorted by relevance

1234

/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/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/cmd/fs.d/mntfs/
H A Dmount.c46 #define NAME_MAX 64 /* sizeof "fstype myname" */
63 static char fstype[] = FSTYPE; variable
84 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
164 (void) fprintf(stderr, gettext("%s: %s is not this fstype.\n"),
201 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
219 fstype, myname, fstype, myname, 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/proc/
H A Dmount.c46 #define NAME_MAX 64 /* sizeof "fstype myname" */
63 static char fstype[] = FSTYPE; variable
84 (void) snprintf(typename, sizeof (typename), "%s %s", fstype, myname);
165 (void) fprintf(stderr, gettext("%s: %s is not this fstype.\n"),
209 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
226 fstype, myname, fstype, myname, fstype);
/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/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/cmd/fs.d/
H A Dvolcopy.c60 static void doexec(char *fstype, char *nargv[]);
67 char *fstype = NULL; local
140 fstype = &argv[1][0];
142 fstype = &argv[1][2];
143 if (strlen(fstype) > FSTYPE_MAX)
145 " characters\n", fstype, FSTYPE_MAX);
153 if (Fflg && strlen(fstype) > FSTYPE_MAX)
158 "operands\n", fstype, FSTYPE_MAX);
164 doexec(fstype, nargv);
190 if (fstype
241 doexec(char *fstype, char *nargv[]) argument
[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 Dswitchout.c59 char *fstype = NULL; /* fstype name is filled in here */ variable
61 char *newargv[ARGV_MAX]; /* args for the fstype specific command */
177 fstype = optarg;
218 if (fstype != NULL) {
219 if (strlen(fstype) > FSTYPE_MAX) {
222 cbasename, fstype, FSTYPE_MAX);
227 /* perform a lookup if fstype is not specified */
251 if ((fstype == NULL) && (usgflag))
253 if (fstype
[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/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/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/uts/common/fs/mntfs/
H A Dmntvfsops.c132 mntinit(int fstype, char *name) argument
144 mntfstype = fstype;
147 * Associate VFS ops vector with this fstype.
149 error = vfs_setfsops(fstype, mnt_vfsops_template, NULL);
159 (void) vfs_freevfsops_by_type(fstype);
/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/proc/
H A Dprvfsops.c141 prinit(int fstype, char *name) argument
154 procfstype = fstype;
157 * Associate VFS ops vector with this fstype.
159 error = vfs_setfsops(fstype, pr_vfsops_template, NULL);
171 (void) vfs_freevfsops_by_type(fstype);
/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/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c234 bootfs_init(int fstype, char *name) argument
238 bootfs_fstype = fstype;
241 ret = vfs_setfsops(fstype, bootfs_vfsops_tmpl, NULL);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c310 get_mnt_special(char *mountp, char *fstype) argument
318 search.mnt_fstype = fstype;
/illumos-gate/usr/src/lib/libfsmgt/common/
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/uts/common/fs/ctfs/
H A Dctfs_root.c189 ctfs_init(int fstype, char *name) argument
194 ctfs_fstype = fstype;
195 if (error = vfs_setfsops(fstype, ctfs_vfstops, &vfsops)) {
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c83 static int devfstype; /* fstype */
128 devfsinit(int fstype, char *name) argument
143 devfstype = fstype;
145 * Associate VFS ops vector with this fstype
147 error = vfs_setfsops(fstype, devfs_vfsops_template, NULL);
155 (void) vfs_freevfsops_by_type(fstype);
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c162 swapinit(int fstype, char *name) argument
191 error = vfs_setfsops(fstype, swap_vfsops, NULL);
199 (void) vfs_freevfsops_by_type(fstype);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c145 devinit(int fstype, char *name) argument
158 devtype = fstype;
160 error = vfs_setfsops(fstype, dev_vfsops_tbl, NULL);
168 (void) vfs_freevfsops_by_type(fstype);

Completed in 81 milliseconds

1234