Searched refs:getvfsbyname (Results 1 – 10 of 10) sorted by relevance
/freebsd/sbin/nfsiod/ |
H A D | nfsiod.c | 65 error = getvfsbyname("nfs", &vfc); in main() 69 error = getvfsbyname("nfs", &vfc); in main()
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.c | 114 error = getvfsbyname(smbfs_vfsname, &vfc); in main() 118 error = getvfsbyname(smbfs_vfsname, &vfc); in main()
|
/freebsd/lib/libc/gen/ |
H A D | getvfsbyname.c | 60 getvfsbyname(const char *fsname, struct xvfsconf *vfcp) in getvfsbyname() function
|
H A D | Makefile.inc | 88 getvfsbyname.c \ 254 getvfsbyname.3 \
|
H A D | Symbol.map | 184 getvfsbyname;
|
/freebsd/usr.bin/lsvfs/ |
H A D | lsvfs.c | 52 if (getvfsbyname(*argv, &vfc) == 0) { in main()
|
/freebsd/sbin/umount/ |
H A D | umount.c | 230 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1) in umountall()
|
/freebsd/sys/sys/ |
H A D | mount.h | 1210 int getvfsbyname(const char *, struct xvfsconf *);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 1631 r = getvfsbyname(sfs.f_fstypename, &vfc); in setup_current_filesystem()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 2435 if (getvfsbyname(fsp->f_fstypename, &vfc) != 0) { in delete_export()
|