/illumos-gate/usr/src/cmd/fs.d/lofs/mount/ |
H A D | mount.c | 57 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 D | mount.c | 52 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 D | mount.c | 45 #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 D | mount.c | 46 #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 D | mount.c | 52 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 D | mount.c | 46 #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 D | mount.c | 52 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 D | mount.c | 52 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 D | volcopy.c | 60 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 D | ff.c | 50 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 D | switchout.c | 59 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 D | meta_patch.c | 71 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 D | mount.c | 50 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 D | mount.c | 62 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 D | mntvfsops.c | 132 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 D | objfs_vfs.c | 128 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 D | prvfsops.c | 141 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 D | sharefs_vfsops.c | 152 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 D | bootfs_vfsops.c | 234 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 D | homedir.c | 310 get_mnt_special(char *mountp, char *fstype) argument 318 search.mnt_fstype = fstype;
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | libfsmgt.h | 60 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 D | ctfs_root.c | 189 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 D | devfs_vfsops.c | 83 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 D | swap_subr.c | 162 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 D | sdev_vfsops.c | 145 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);
|