Home
last modified time | relevance | path

Searched refs:getvfsbyname (Results 1 – 10 of 10) sorted by relevance

/freebsd/sbin/nfsiod/
H A Dnfsiod.c65 error = getvfsbyname("nfs", &vfc); in main()
69 error = getvfsbyname("nfs", &vfc); in main()
/freebsd/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c114 error = getvfsbyname(smbfs_vfsname, &vfc); in main()
118 error = getvfsbyname(smbfs_vfsname, &vfc); in main()
/freebsd/lib/libc/gen/
H A Dgetvfsbyname.c60 getvfsbyname(const char *fsname, struct xvfsconf *vfcp) in getvfsbyname() function
H A DMakefile.inc88 getvfsbyname.c \
254 getvfsbyname.3 \
H A DSymbol.map184 getvfsbyname;
/freebsd/usr.bin/lsvfs/
H A Dlsvfs.c52 if (getvfsbyname(*argv, &vfc) == 0) { in main()
/freebsd/sbin/umount/
H A Dumount.c230 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1) in umountall()
/freebsd/sys/sys/
H A Dmount.h1210 int getvfsbyname(const char *, struct xvfsconf *);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1631 r = getvfsbyname(sfs.f_fstypename, &vfc); in setup_current_filesystem()
/freebsd/usr.sbin/mountd/
H A Dmountd.c2435 if (getvfsbyname(fsp->f_fstypename, &vfc) != 0) { in delete_export()