Home
last modified time | relevance | path

Searched refs:f_fstypename (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/usr.sbin/autofs/
H A Dautomount.c158 if (strcmp(sb->f_fstypename, "autofs") != 0) { in mount_if_not_already()
196 if (strcmp(mntbuf[i].f_fstypename, "autofs") != 0) { in mount_unmount()
274 if (strcmp(mntbuf[i].f_fstypename, "autofs") != 0) { in flush_caches()
289 if (strcmp(statbuf.f_fstypename, "autofs") != 0) { in flush_caches()
312 if (strcmp(mntbuf[i].f_fstypename, "autofs") == 0) { in unmount_automounted()
H A Dautounmountd.c115 if (strcmp(mntbuf[i].f_fstypename, "autofs") == 0) { in refresh_automounted()
/freebsd/tests/sys/fs/fusefs/
H A Dmount.cc110 ASSERT_STREQ("fusefs.myfs", statbuf.f_fstypename); in TEST_F()
144 build_iovec(&iov, &iovlen, "fstype", (void*)statbuf.f_fstypename, -1); in TEST_P()
179 build_iovec(&iov, &iovlen, "fstype", (void*)statbuf.f_fstypename, -1); in TEST_P()
H A Dstatfs.cc75 EXPECT_EQ(0, strcmp("fusefs", statbuf.f_fstypename)); in TEST_F()
127 EXPECT_EQ(0, strcmp("fusefs", statbuf.f_fstypename)); in TEST_F()
168 EXPECT_EQ(0, strcmp("fusefs", statbuf.f_fstypename)); in TEST_F()
H A Dfallocate.cc301 build_iovec(&iov, &iovlen, "fstype", (void*)statbuf.f_fstypename, -1); in TEST_F()
633 build_iovec(&iov, &iovlen, "fstype", (void*)statbuf.f_fstypename, -1); in TEST_F()
/freebsd/sbin/mount/
H A Dmount.c328 if (checkvfsname(mntbuf[i].f_fstypename, vfslist)) in main()
338 if (checkvfsname(mntbuf[i].f_fstypename, in main()
378 mntbuf->f_fstypename) == 0) { in main()
392 rval = mountfs(mntbuf->f_fstypename, mntfromname, in main()
475 strcmp(fs->fs_vfstype, mntbuf[i].f_fstypename) == 0 && in ismounted()
654 sfp->f_mntonname, sfp->f_fstypename); in prmount()
926 xo_emit("{:fstype}{P:\t}", ent->f_fstypename); in putfsent()
938 else if (strcmp(ent->f_fstypename, "ufs") == 0) { in putfsent()
/freebsd/contrib/hyperv/tools/
H A Dhv_vss_daemon.c69 } else if (strncmp(statfsp->f_fstypename, "ufs", 3) != 0) { in check()
104 } else if (strncmp(statfsp->f_fstypename, "ufs", 3) != 0) { in freeze()
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c77 mount_args_length = rump_sys_mount(sbuf.f_fstypename, mp, MNT_GETARGS, in remount_ro()
82 error = rump_sys_mount(sbuf.f_fstypename, mp, MNT_UPDATE | MNT_RDONLY, in remount_ro()
H A Dt_vfsops.c62 ATF_REQUIRE_STREQ(svb.f_fstypename, fstype); in tstatvfs()
/freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c102 strlcpy(gfstypename, sfs->f_fstypename, sizeof (gfstypename)); in statfs2mnttab()
199 strcmp(mrefp->mnt_fstype, gsfs[i].f_fstypename) != 0) { in getmntany()
/freebsd/bin/df/
H A Ddf.c244 if (checkvfsselected(statfsbuf.f_fstypename) != 0) { in main()
381 if (checkvfsselected(mntbuf[i].f_fstypename) != 0) in regetmntinfo()
514 xo_emit(" {:type/%-*s}", mwp->fstype, sfsp->f_fstypename); in prtstat()
591 mwp->fstype = imax(mwp->fstype, (int)strlen(sfsp->f_fstypename)); in update_maxwidths()
/freebsd/usr.sbin/pnfsdscopymr/
H A Dpnfsdscopymr.c167 if (strcmp(sf.f_fstypename, "nfs") != 0) in main()
229 if (strcmp(sf.f_fstypename, "nfs") != 0) in main()
/freebsd/sbin/umount/
H A Dumount.c166 if (checkvfsname(sfs->f_fstypename, typelist)) in main()
325 if (checkvfsname(sfs->f_fstypename, typelist)) in checkname()
354 if (strcmp(sfs->f_fstypename, "nfs") == 0) { in umountfs()
/freebsd/sbin/reboot/
H A Dreboot.c125 if (strcmp(sfs.f_fstypename, "ufs") == 0) { in write_nextboot()
130 } else if (strcmp(sfs.f_fstypename, "zfs") == 0) { in write_nextboot()
/freebsd/tools/test/stress2/misc/
H A Dufssuspend.sh68 if (strncmp(statfsp->f_fstypename, "ufs", 3) != 0)
/freebsd/usr.sbin/snapinfo/
H A Dsnapinfo.c103 if (!strncmp(mntbuf[n].f_fstypename, "ufs", 3)) { in main()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename33 stringof(this->fmount->mnt_stat.f_fstypename) : "";
49 stringof(this->tmount->mnt_stat.f_fstypename) : "";
H A Dvop_readdir29 stringof(this->mount->mnt_stat.f_fstypename) : "";
H A Dvop_create33 stringof(this->mount->mnt_stat.f_fstypename) : "";
H A Dvop_symlink34 stringof(this->mount->mnt_stat.f_fstypename) : "";
/freebsd/tools/test/stress2/lib/
H A Dresources.c68 if (!strcmp(buf.f_fstypename, "msdosfs")) in inodes()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c437 strlcat(mp->mnt_stat.f_fstypename, ".", MFSNAMELEN); in fuse_vfsop_mount()
438 strlcat(mp->mnt_stat.f_fstypename, subtype, MFSNAMELEN); in fuse_vfsop_mount()
/freebsd/sys/sys/
H A Dmount.h103 char f_fstypename[MFSNAMELEN]; /* filesystem type name */ member
130 char f_fstypename[16]; /* filesystem type name */ member
157 char f_fstypename[OMFSNAMELEN]; /* fs type name */ member
/freebsd/usr.bin/quota/
H A Dquota.c505 if (strcmp(fst[i].f_fstypename, "nfs") == 0) { in getprivs()
510 } else if (strcmp(fst[i].f_fstypename, "ufs") == 0) { in getprivs()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c354 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename); in bsd_to_linux_statfs()
398 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename); in bsd_to_linux_statfs64()

123