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

12

/freebsd-current/libexec/rc/rc.d/
H A Dmountcritremote62 fstype=${i%:*}
65 [ "${fstype}" = "nfs" ] && continue
67 case "`mount -d -a -t ${fstype}`" in
68 *mount_${fstype}*)
71 mount -a -t ${fstype}
H A Dmountcritlocal34 fstype=${i%:*}
35 mount_excludes="${mount_excludes}${fstype},"
/freebsd-current/libexec/makewhatis.local/
H A Dmakewhatis.local.sh49 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D100.clean-disks43 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-current/sys/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A Dmodule-setup.sh.in38 local fstype
42 fields="_ _ _ _ mp _ _ fstype dev _"
44 fields="_ _ _ _ mp _ _ _ fstype dev _"
48 [[ "$fstype" = "zfs" ]] || continue
69 local fstype
100 fstype=$(get_devtype "$dev")
101 host_fs_types["$dev"]="$fstype"
/freebsd-current/sys/contrib/openzfs/tests/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
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dreadonly_001_pos.ksh68 typeset fstype=$(get_prop type $dataset)
70 if [[ $fstype == "filesystem" ]] ; then
82 typeset fstype=$(get_prop type $dataset)
84 if [[ $fstype == "filesystem" ]] ; then
101 typeset fstype=$(get_prop type $dataset)
109 case $fstype in
/freebsd-current/usr.sbin/makefs/
H A Dmakefs.c97 fstype_t *fstype; local
107 if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL)
115 if (fstype->prepare_options)
116 fstype->prepare_options(&fsoptions);
148 usage(fstype, &fsoptions);
221 if (! fstype->parse_options(p, &fsoptions))
222 usage(fstype, &fsoptions);
250 if (fstype->cleanup_options)
251 fstype->cleanup_options(&fsoptions);
253 if ((fstype
481 usage(fstype_t *fstype, fsinfo_t *fsoptions) argument
[all...]
/freebsd-current/sbin/mount/
H A Dmount_fs.c58 "usage: mount [-t fstype] [-o options] target_fs mount_point\n");
70 char fstype[32]; local
74 strlcpy(fstype, vfstype, sizeof(fstype));
114 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-wR_encrypted_zvol.ksh41 ismounted $recvmnt $fstype && log_must umount $recvmnt
42 ismounted $mntpnt $fstype && log_must umount $mntpnt
61 typeset fstype=none
72 fstype=ext4
77 fstype=$NEWFS_DEFAULT_FS
/freebsd-current/usr.bin/locate/locate/
H A Dupdatedb.sh71 for fstype in $FILESYSTEMS
73 excludes="$excludes $or -fstype $fstype"
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h59 int part_wizard(const char *fstype);
62 int wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype,
H A Dpart_wizard.c52 const char *fstype; local
60 fstype = fsreq;
62 fstype = "ufs";
92 error = wizard_makeparts(&mesh, schemeroot, fstype, 1);
333 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, argument
347 if (strcmp(fstype, "zfs") == 0) {
/freebsd-current/usr.sbin/periodic/etc/security/
H A D100.chksetuid52 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
H A D110.neggrpperm50 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
/freebsd-current/usr.sbin/fstyp/
H A Dhammer.c63 static hammer_uuid_t fsid, fstype; local
80 memcpy(&fstype, &ondisk->vol_fstype, sizeof(fstype));
87 if (memcmp(&ondisk->vol_fstype, &fstype, sizeof(fstype)))
/freebsd-current/share/examples/hast/
H A Ducarp_up.sh36 fstype="UFS"
37 # ZFS pool name. Required only when fstype == ZFS.
39 # File system mount point. Required only when fstype == UFS.
75 case "${fstype}" in
H A Ducarp_down.sh36 fstype="UFS"
37 # ZFS pool name. Required only when fstype == ZFS.
39 # File system mount point. Required only when fstype == UFS.
42 # Required only when fstype == UFS.
62 case "${fstype}" in
/freebsd-current/usr.sbin/periodic/etc/weekly/
H A D340.noid48 \( $exclude ! -fstype local -prune -or -name \* \) -and \
/freebsd-current/sys/geom/part/
H A Dg_part_bsd64.c115 uint8_t fstype; member in struct:g_part_bsd64_entry
186 uint8_t fstype; member in struct:bsd64_uuid_alias
227 entry->fstype = lt;
239 /* Prefer fstype for known uuids */
241 entry->fstype = uap->fstype;
246 entry->fstype = FS_OTHER;
254 entry->fstype = uap->fstype;
262 entry->fstype
[all...]
/freebsd-current/usr.sbin/autofs/
H A Dautomountd.c87 * Remove "fstype=whatever" from optionsp and return the "whatever" part.
177 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local
320 * Figure out fstype.
322 fstype = pick_option("fstype=", &options);
323 if (fstype == NULL) {
324 log_debugx("fstype not specified in options; "
326 fstype = checked_strdup("nfs");
329 if (strcmp(fstype, "nfs") == 0) {
347 f = auto_popen("mount", "-t", fstype, "
[all...]
/freebsd-current/sbin/mount_udf/
H A Dmount_udf.c77 char fstype[] = "udf"; local
124 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-current/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);
/freebsd-current/sbin/mount_unionfs/
H A Dmount_unionfs.c122 char fstype[] = "unionfs"; local
174 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h100 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,

Completed in 235 milliseconds

12