Searched refs:fstype (Results 26 - 50 of 187) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/os/
H A Dvfs_conf.c34 extern int swapinit(int fstype, char *name);
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr72 # get the fstype of root
74 if [ "$fstype" = zfs ] ; then
90 checkfs $fsckdev $fstype $mountp || exit $SMF_EXIT_ERR_FATAL
95 [ "$fstype" = nfs ] && mntopts="${mntopts},llock"
105 mountfs -m $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
117 checkfs $fsckdev $fstype $mountp ||
133 mountfs - /usr $fstype $mntopts - ||
146 checkfs $fsckdev $fstype $mountp || exit $SMF_EXIT_ERR_FATAL
147 mountfs - $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
H A Dfs-root78 if [ "$fstype" = zfs ]; then
79 mountfs - /usr $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
115 mountfs -O /usr $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
124 if [ "$fstype" = zfs ]; then
152 mountfs - /boot $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
H A Dfs-minimal42 if [ "$fstype" = zfs ] ; then
50 mounted $mountp $mntopts $fstype < /etc/mnttab && continue
51 checkfs $fsckdev $fstype $mountp || exit $SMF_EXIT_ERR_FATAL
52 mountfs -O $mountp $fstype $mntopts - ||
/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/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/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreadonly_001_pos.ksh59 typeset fstype=$(get_prop type $dataset)
61 if [[ $fstype == "filesystem" ]] ; then
73 typeset fstype=$(get_prop type $dataset)
75 if [[ $fstype == "filesystem" ]] ; then
92 typeset fstype=$(get_prop type $dataset)
100 case $fstype in
/illumos-gate/usr/src/cmd/fs.d/
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...]
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/backup/
H A Dreq.flg32 echo_file usr/src/cmd/fs.d/Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/dev/
H A DMakefile31 # we must define this before including Makefile.fstype
36 include ../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A DMakefile33 # we must define this before including Makefile.fstype
38 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/smbclnt/lsacl/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A DMakefile32 # we must define this before including Makefile.fstype
37 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A DMakefile37 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A DMakefile27 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A DMakefile34 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/
H A DMakefile39 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator53 # checkfs raw_device fstype mountpoint
99 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
111 if [ "$fstype" = "-" ]; then
137 /usr/sbin/fsck -m -F $fstype $fsckdev >/dev/null 2>&1
142 32) checkfs $fsckdev $fstype $mountp
176 while read special fsckdev mountp fstype fsckpass automnt mntopts; do

Completed in 1720 milliseconds

12345678