Searched refs:fstype (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.0-release/etc/rc.d/
H A Dmountcritremote59 fstype=${i%:*}
62 [ "${fstype}" = "nfs" ] && continue
64 case "`mount -d -a -t ${fstype}`" in
65 *mount_${fstype}*)
67 mount -a -t ${fstype}
H A Dmountcritlocal34 fstype=${i%:*}
35 mount_excludes="${mount_excludes}${fstype},"
/freebsd-10.0-release/etc/periodic/daily/
H A D100.clean-disks44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-10.0-release/etc/periodic/weekly/
H A D340.noid20 \( ! -fstype local -prune -or -name \* \) -and \
/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/freebsd-10.0-release/sbin/mount/
H A Dmount_fs.c70 "usage: mount [-t fstype] [-o options] target_fs mount_point\n");
82 char fstype[32]; local
86 strlcpy(fstype, vfstype, sizeof(fstype));
126 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10.0-release/usr.sbin/makefs/
H A Dmakefs.c88 fstype_t *fstype; local
98 if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL)
106 if (fstype->prepare_options)
107 fstype->prepare_options(&fsoptions);
202 if (! fstype->parse_options(p, &fsoptions))
225 if (fstype->cleanup_options)
226 fstype->cleanup_options(&fsoptions);
228 if ((fstype = get_fstype(optarg)) == NULL)
230 fstype->prepare_options(&fsoptions);
316 fstype
[all...]
/freebsd-10.0-release/cddl/compat/opensolaris/misc/
H A Dzmount.c73 zmount(const char *spec, const char *dir, int mflag, char *fstype, argument
83 assert(fstype != NULL);
84 assert(strcmp(fstype, MNTTYPE_ZFS) == 0);
97 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dupdatedb.sh70 for fstype in $FILESYSTEMS
72 excludes="$excludes $or -fstype $fstype"
/freebsd-10.0-release/share/examples/hast/
H A Ducarp_down.sh35 fstype="UFS"
36 # ZFS pool name. Required only when fstype == ZFS.
38 # File system mount point. Required only when fstype == UFS.
41 # Required only when fstype == UFS.
61 case "${fstype}" in
H A Ducarp_up.sh35 fstype="UFS"
36 # ZFS pool name. Required only when fstype == ZFS.
38 # File system mount point. Required only when fstype == UFS.
74 case "${fstype}" in
/freebsd-10.0-release/sbin/mount_udf/
H A Dmount_udf.c77 char fstype[] = "udf"; local
124 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10.0-release/bin/df/
H A Ddf.c72 int fstype; member in struct:maxwidths
109 const char *fstype; local
115 fstype = "ufs";
180 fstype = optarg;
234 if (mount(fstype, mntpt, MNT_RDONLY,
418 mwp->fstype = imax(mwp->fstype, (int)strlen("Type"));
439 (void)printf(" %-*s", mwp->fstype, "Type");
460 (void)printf(" %-*s", mwp->fstype, sfsp->f_fstypename);
530 mwp->fstype
[all...]
/freebsd-10.0-release/sys/kern/
H A Dvfs_init.c122 vfs_byname_kld(const char *fstype, struct thread *td, int *error) argument
127 vfsp = vfs_byname(fstype);
132 *error = kern_kldload(td, fstype, &fileid);
140 vfsp = vfs_byname(fstype);
H A Dvfs_mount.c73 static int vfs_domount(struct thread *td, const char *fstype, char *fspath,
96 "fstype",
538 char *fstype, *fspath, *errmsg; local
558 error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen);
559 if (error || fstype[fstypelen - 1] != '\0') {
562 strncpy(errmsg, "Invalid fstype", errmsg_len);
664 error = vfs_domount(td, fstype, fspath, fsflags, &optlist);
707 char *fstype; local
731 fstype
1024 vfs_domount( struct thread *td, const char *fstype, char *fspath, uint64_t fsflags, struct vfsoptlist **optlist ) argument
[all...]
/freebsd-10.0-release/sbin/mount_cd9660/
H A Dmount_cd9660.c90 char fstype[] = "cd9660"; local
176 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10.0-release/sbin/mount_unionfs/
H A Dmount_unionfs.c135 char fstype[] = "unionfs"; local
187 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h113 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-10.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c115 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, argument
129 if (strlen(fstype) >= MFSNAMELEN || strlen(fspath) >= MNAMELEN)
132 vfsp = vfs_byname_kld(fstype, td, &error);
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_bsd.c116 bsd_parse_type(const char *type, uint8_t *fstype) argument
126 *fstype = (u_int)lt;
131 *fstype = FS_NANDFS;
136 *fstype = FS_SWAP;
141 *fstype = FS_BSDFFS;
146 *fstype = FS_VINUM;
151 *fstype = FS_ZFS;
/freebsd-10.0-release/sbin/mount_msdosfs/
H A Dmount_msdosfs.c74 char fstype[] = "msdosfs"; local
212 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c154 char *name, *p, *spec, *fstype; local
163 fstype = strrchr(argv[0], '_');
164 if (fstype == NULL)
167 ++fstype;
275 fstype = "nfs";
386 if (strcmp(fstype, "nfs") == 0) {
416 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
661 copyopt(&newiov, &newiovlen, iov, iovlen, "fstype");
/freebsd-10.0-release/sys/compat/linprocfs/
H A Dlinprocfs.c329 char *dlep, *flep, *mntto, *mntfrom, *fstype; local
358 fstype = mp->mnt_stat.f_fstypename;
359 if (strcmp(fstype, pn->pn_info->pi_name) == 0)
360 mntfrom = fstype = "proc";
361 else if (strcmp(fstype, "procfs") == 0)
364 if (strcmp(fstype, "linsysfs") == 0) {
369 if (strcmp(fstype, "msdosfs") == 0)
370 fstype = "vfat";
371 sbuf_printf(sb, "%s %s %s %s", mntfrom, mntto, fstype,
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (strcmp(fstype, "debugfs") == 0) {
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_proto.h94 char fstype_l_[PADL_(int)]; int fstype; char fstype_r_[PADR_(int)]; member in struct:ibcs2_mount_args
132 char fstype_l_[PADL_(int)]; int fstype; char fstype_r_[PADR_(int)]; member in struct:ibcs2_statfs_args
142 char fstype_l_[PADL_(int)]; int fstype; char fstype_r_[PADR_(int)]; member in struct:ibcs2_fstatfs_args

Completed in 269 milliseconds

12