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

12

/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/
H A Dlibshare.c53 sa_fstype_t *fstype; local
55 fstype = calloc(1, sizeof (sa_fstype_t));
57 if (fstype == NULL)
60 fstype->name = name;
61 fstype->ops = ops;
62 fstype->fsinfo_index = fstypes_count;
66 fstype->next = fstypes;
67 fstypes = fstype;
69 return (fstype);
85 sa_fstype_t *fstype; local
119 sa_fstype_t *fstype; local
146 sa_fstype_t *fstype; local
168 sa_fstype_t *fstype = fstypes; local
301 sa_fstype_t *fstype; local
354 sa_fstype_t *fstype; local
[all...]
H A Dlibshare_impl.h36 sa_share_fsinfo_t *sa_fsinfo; /* per-fstype information */
39 #define FSINFO(impl_share, fstype) \
40 (&(impl_share->sa_fsinfo[fstype->fsinfo_index]))
/freebsd-13-stable/libexec/rc/rc.d/
H A Dmountcritremote63 fstype=${i%:*}
66 [ "${fstype}" = "nfs" ] && continue
68 case "`mount -d -a -t ${fstype}`" in
69 *mount_${fstype}*)
72 mount -a -t ${fstype}
H A Dmountcritlocal35 fstype=${i%:*}
36 mount_excludes="${mount_excludes}${fstype},"
/freebsd-13-stable/libexec/makewhatis.local/
H A Dmakewhatis.local.sh50 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D100.clean-disks44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-13-stable/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-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dreadonly_001_pos.ksh73 typeset fstype=$(get_prop type $dataset)
75 if [[ $fstype == "filesystem" ]] ; then
87 typeset fstype=$(get_prop type $dataset)
89 if [[ $fstype == "filesystem" ]] ; then
106 typeset fstype=$(get_prop type $dataset)
114 case $fstype in
/freebsd-13-stable/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
482 usage(fstype_t *fstype, fsinfo_t *fsoptions) argument
[all...]
/freebsd-13-stable/sbin/mount/
H A Dmount_fs.c72 "usage: mount [-t fstype] [-o options] target_fs mount_point\n");
84 char fstype[32]; local
88 strlcpy(fstype, vfstype, sizeof(fstype));
128 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A Dmodule-setup.sh.in38 local fstype
43 fields="_ _ _ _ mp _ _ fstype dev _"
45 fields="_ _ _ _ mp _ _ _ fstype dev _"
49 [ "$fstype" = "zfs" ] || continue
67 local fstype
98 fstype=$(get_devtype "$dev")
99 host_fs_types["$dev"]="$fstype"
/freebsd-13-stable/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-13-stable/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c77 do_mount_(const char *spec, const char *dir, int mflag, char *fstype, argument
86 assert(fstype != NULL);
87 assert(strcmp(fstype, MNTTYPE_ZFS) == 0);
102 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-13-stable/usr.bin/locate/locate/
H A Dupdatedb.sh72 for fstype in $FILESYSTEMS
74 excludes="$excludes $or -fstype $fstype"
/freebsd-13-stable/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.c53 const char *fstype; local
58 fstype = fsreq;
60 fstype = "ufs";
83 error = wizard_makeparts(&mesh, schemeroot, fstype, 1);
299 wizard_makeparts(struct gmesh *mesh, const char *disk, const char *fstype, argument
312 if (strcmp(fstype, "zfs") == 0) {
/freebsd-13-stable/usr.sbin/periodic/etc/security/
H A D100.chksetuid55 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
H A D110.neggrpperm53 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer.c62 static hammer_uuid_t fsid, fstype; local
79 memcpy(&fstype, &ondisk->vol_fstype, sizeof(fstype));
86 if (memcmp(&ondisk->vol_fstype, &fstype, sizeof(fstype)))
/freebsd-13-stable/share/examples/hast/
H A Ducarp_down.sh37 fstype="UFS"
38 # ZFS pool name. Required only when fstype == ZFS.
40 # File system mount point. Required only when fstype == UFS.
43 # Required only when fstype == UFS.
63 case "${fstype}" in
H A Ducarp_up.sh37 fstype="UFS"
38 # ZFS pool name. Required only when fstype == ZFS.
40 # File system mount point. Required only when fstype == UFS.
76 case "${fstype}" in
/freebsd-13-stable/usr.sbin/periodic/etc/weekly/
H A D340.noid49 \( $exclude ! -fstype local -prune -or -name \* \) -and \
/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd64.c118 uint8_t fstype; member in struct:g_part_bsd64_entry
189 uint8_t fstype; member in struct:bsd64_uuid_alias
230 entry->fstype = lt;
242 /* Prefer fstype for known uuids */
244 entry->fstype = uap->fstype;
249 entry->fstype = FS_OTHER;
257 entry->fstype = uap->fstype;
265 entry->fstype
[all...]
/freebsd-13-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-13-stable/sbin/mount_udf/
H A Dmount_udf.c79 char fstype[] = "udf"; local
126 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);

Completed in 222 milliseconds

12