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

12

/freebsd-10-stable/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-stable/usr.bin/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
/freebsd-10-stable/etc/periodic/daily/
H A D100.clean-disks44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-10-stable/etc/periodic/weekly/
H A D340.noid20 \( ! -fstype local -prune -or -name \* \) -and \
/freebsd-10-stable/contrib/amd/amd/
H A Dsun_map.h68 char *fstype; /* filesystem type */ member in struct:sun_mountpt
77 char *fstype; /* filesystem type */ member in struct:sun_entry
H A Dsun_map.c381 /* set fstype NFS */
426 /* set fstype CDFS */
552 if (s_entry->fstype != NULL) {
553 if (NSTREQ(s_entry->fstype, SUN_NFS_TYPE, strlen(SUN_NFS_TYPE))) {
558 else if (NSTREQ(s_entry->fstype, SUN_HSFS_TYPE, strlen(SUN_HSFS_TYPE))) {
566 else if (NSTREQ(s_entry->fstype, SUN_AUTOFS_TYPE, strlen(SUN_AUTOFS_TYPE))) {
568 plog(XLOG_ERROR, "Sun fstype %s is currently not supported by Amd.",
569 s_entry->fstype);
573 else if (NSTREQ(s_entry->fstype, SUN_CACHEFS_TYPE, strlen(SUN_CACHEFS_TYPE))) {
575 plog(XLOG_ERROR, "Sun fstype
[all...]
/freebsd-10-stable/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-stable/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))
231 if (fstype->cleanup_options)
232 fstype->cleanup_options(&fsoptions);
234 if ((fstype = get_fstype(optarg)) == NULL)
236 fstype->prepare_options(&fsoptions);
322 fstype
[all...]
/freebsd-10-stable/usr.bin/locate/locate/
H A Dupdatedb.sh70 for fstype in $FILESYSTEMS
72 excludes="$excludes $or -fstype $fstype"
/freebsd-10-stable/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-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h57 int part_wizard(const char *fstype);
59 int wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype,
H A Dpart_wizard.c52 const char *fstype; local
57 fstype = fsreq;
59 fstype = "ufs";
82 error = wizard_makeparts(&mesh, schemeroot, fstype, 1);
298 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, argument
311 if (strcmp(fstype, "zfs") == 0) {
/freebsd-10-stable/etc/periodic/security/
H A D110.neggrpperm53 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
H A D100.chksetuid55 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
/freebsd-10-stable/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-stable/sys/geom/part/
H A Dg_part_bsd64.c117 uint8_t fstype; member in struct:g_part_bsd64_entry
187 uint8_t fstype; member in struct:bsd64_uuid_alias
228 entry->fstype = lt;
240 /* Prefer fstype for known uuids */
242 entry->fstype = uap->fstype;
247 entry->fstype = FS_OTHER;
255 entry->fstype = uap->fstype;
263 entry->fstype
[all...]
/freebsd-10-stable/usr.sbin/autofs/
H A Dautomountd.c90 * Remove "fstype=whatever" from optionsp and return the "whatever" part.
180 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local
323 * Figure out fstype.
325 fstype = pick_option("fstype=", &options);
326 if (fstype == NULL) {
327 log_debugx("fstype not specified in options; "
329 fstype = checked_strdup("nfs");
332 if (strcmp(fstype, "nfs") == 0) {
350 f = auto_popen("mount", "-t", fstype, "
[all...]
/freebsd-10-stable/sbin/mount_udf/
H A Dmount_udf.c77 char fstype[] = "udf"; local
124 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10-stable/bin/df/
H A Ddf.c77 int fstype; member in struct:maxwidths
119 const char *fstype; local
132 fstype = "ufs";
197 fstype = optarg;
254 build_iovec_argf(&iov, &iovlen, "fstype", "%s",
255 fstype);
451 mwp->fstype = imax(mwp->fstype, (int)strlen("Type"));
472 (void)printf(" %-*s", mwp->fstype, "Type");
493 (void)printf(" %-*s", mwp->fstype, sfs
[all...]
/freebsd-10-stable/sys/kern/
H A Dvfs_init.c138 vfs_byname_kld(const char *fstype, struct thread *td, int *error) argument
143 vfsp = vfs_byname(fstype);
148 *error = kern_kldload(td, fstype, &fileid);
156 vfsp = vfs_byname(fstype);
/freebsd-10-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c90 char fstype[] = "cd9660"; local
176 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c135 char fstype[] = "unionfs"; local
187 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-10-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c54 const char *fstype = atf_tc_get_md_var(tc, "X-fs.mntname"); local
62 ATF_REQUIRE_STREQ(svb.f_fstypename, fstype);

Completed in 147 milliseconds

12