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

12

/freebsd-13-stable/bin/df/
H A Ddf.c75 int fstype; member in struct:maxwidths
117 const char *fstype; local
123 fstype = "ufs";
197 fstype = optarg;
417 mwp->fstype = imax(mwp->fstype, (int)strlen("Type"));
438 xo_emit(" {T:/%-*s}", mwp->fstype, "Type");
462 xo_emit(" {:type/%-*s}", mwp->fstype, sfsp->f_fstypename);
536 mwp->fstype = imax(mwp->fstype, (in
[all...]
/freebsd-13-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c92 char fstype[] = "cd9660"; local
178 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-13-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c137 char fstype[] = "unionfs"; local
189 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-13-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);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h105 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h102 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c122 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, argument
142 if (strlen(fstype) >= MFSNAMELEN || strlen(fspath) >= MNAMELEN)
144 if (error == 0 && (vfsp = vfs_byname_kld(fstype, td, &error)) == NULL)
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h251 const char *fstype; local
253 if (!atf_tc_has_config_var(tc, "fstype"))
256 fstype = atf_tc_get_config_var(tc, "fstype");
257 if (strcmp(fstype, fs) == 0)
/freebsd-13-stable/tools/boot/
H A Dinstall-boot.sh75 local dev file mntpt fstype efibootname kbfree loadersize efibootfile
85 fstype=$(fstyp "${dev}")
87 if [ "${fstype}" != "msdosfs" ]; then
/freebsd-13-stable/sys/kern/
H A Dvfs_init.c140 vfs_byname_kld(const char *fstype, struct thread *td, int *error) argument
145 vfsp = vfs_byname(fstype);
150 *error = kern_kldload(td, fstype, &fileid);
158 vfsp = vfs_byname(fstype);
H A Dvfs_mount.c79 static int vfs_domount(struct thread *td, const char *fstype, char *fspath,
112 "fstype",
666 char *fstype, *fspath, *errmsg; local
688 error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen);
689 if (error || fstypelen <= 0 || fstype[fstypelen - 1] != '\0') {
692 strncpy(errmsg, "Invalid fstype", errmsg_len);
825 error = vfs_domount(td, fstype, fspath, fsflags, &optlist);
837 error = vfs_domount(td, fstype, fspath, fsflags, &optlist);
874 char *fstype; local
1324 vfs_domount( struct thread *td, const char *fstype, char *fspath, uint64_t fsflags, struct vfsoptlist **optlist ) argument
[all...]
/freebsd-13-stable/sys/compat/linprocfs/
H A Dlinprocfs.c411 const char **mntfrom, const char **mntto, const char **fstype)
420 *fstype = sp->f_fstypename;
421 if (strcmp(*fstype, pn->pn_info->pi_name) == 0)
422 *mntfrom = *fstype = "proc";
423 else if (strcmp(*fstype, "procfs") == 0)
426 if (strcmp(*fstype, "autofs") == 0) {
435 if (strcmp(*fstype, "linsysfs") == 0) {
437 *fstype = fstype_sysfs;
440 if (strcmp(*fstype, "msdosfs") == 0)
441 *fstype
410 _mtab_helper(const struct pfs_node *pn, const struct statfs *sp, const char **mntfrom, const char **mntto, const char **fstype) argument
473 const char *lep, *mntto, *mntfrom, *fstype; local
531 const char *mntfrom, *mntto, *fstype; local
[all...]
/freebsd-13-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c77 char fstype[] = "msdosfs"; local
215 build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c84 newfs_command(const char *fstype, char *command, int use_default) argument
86 if (strcmp(fstype, "freebsd-ufs") == 0) {
124 } else if (strcmp(fstype, "freebsd-zfs") == 0) {
171 } else if (strcmp(fstype, "fat32") == 0 || strcmp(fstype, "efi") == 0 ||
172 strcmp(fstype, "ms-basic-data") == 0) {
427 gpart_partcode(struct gprovider *pp, const char *fstype) argument
442 if (partcode_path(scheme, fstype) == NULL)
454 partcode_path(scheme, fstype), indexstr, pp->lg_geom->lg_name);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c151 char *tmp2, *tmp_path, *fstype; local
155 fstype = strtok_r(NULL, " ", &tmp2);
156 if (fstype && strcmp(fstype, "debugfs") == 0) {
/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd.c132 bsd_parse_type(const char *type, uint8_t *fstype) argument
143 *fstype = (u_int)lt;
149 *fstype = bsd_alias_match[i].type;
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c878 * -fstype functions --
889 static char fstype[sizeof(sb.f_fstypename)]; local
936 strlcpy(fstype, sb.f_fstypename, sizeof(fstype));
942 return (strncmp(fstype, plan->c_data, sizeof(fstype)) == 0);
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib70 typeset fstype=$2
71 [[ -z $fstype ]] && fstype=zfs
74 case $fstype in
88 $MOUNT | $GREP $fstype | while read a b c d
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc486 StringRef fstype(Vfs.f_basetype);
487 // NFS is the only non-local fstype??
488 return !fstype.equals("nfs");
/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer2_disk.h1247 uuid_t fstype; /* 0050 */ member in struct:hammer2_volume_data
/freebsd-13-stable/sys/geom/journal/
H A Dg_journal.c2769 g_journal_find_desc(const char *fstype) argument
2776 if (strcmp(desc->jd_fstype, fstype) == 0)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c145 struct archive_string fstype; member in struct:xattr
2141 else if (strcmp(name, "fstype") == 0)
2357 if (strcmp(name, "fstype") == 0)
2840 archive_strncpy(&(xar->xattr->fstype), s, len);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_softdep.c11850 int hadchanges, fstype; local
11860 fstype = UFS1;
11865 fstype = UFS2;
11895 if (fstype == UFS1)
11923 if (fstype == UFS1) {
12001 if (fstype == UFS1) {
12033 if (fstype == UFS2)

Completed in 354 milliseconds

12