Searched refs:vfc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dvfs_init.c168 vfs_register(struct vfsconf *vfc) argument
182 if (vfc->vfc_version != VFS_VERSION) {
184 vfc->vfc_name, vfc->vfc_version);
188 if (vfs_byname_locked(vfc->vfc_name) != NULL) {
200 hashval = fnv_32_str(vfc->vfc_name, FNV1_32_INIT);
216 vfc->vfc_typenum = hashval;
217 if (vfc->vfc_typenum >= maxvfsconf)
218 maxvfsconf = vfc->vfc_typenum + 1;
220 vfc
311 vfs_unregister(struct vfsconf *vfc) argument
350 struct vfsconf *vfc; local
[all...]
H A Duipc_mqueue.c648 mqfs_init(struct vfsconf *vfc) argument
689 mqfs_uninit(struct vfsconf *vfc) argument
/freebsd-11-stable/usr.bin/lsvfs/
H A Dlsvfs.c45 struct xvfsconf vfc, *xvfsp; local
54 if (getvfsbyname(*argv, &vfc) == 0) {
55 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, vfc.vfc_refcount,
56 fmt_flags(vfc.vfc_flags));
/freebsd-11-stable/sbin/nfsiod/
H A Dnfsiod.c72 struct xvfsconf vfc; local
77 error = getvfsbyname("nfs", &vfc);
81 error = getvfsbyname("nfs", &vfc);
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs.h89 struct pfs_info *pi, struct vfsconf *vfc
91 pi, vfc
249 int pfs_init (struct pfs_info *pi, struct vfsconf *vfc);
250 int pfs_uninit (struct pfs_info *pi, struct vfsconf *vfc);
289 _##name##_init(struct vfsconf *vfc) { \
290 return (pfs_init(&name##_info, vfc)); \
294 _##name##_uninit(struct vfsconf *vfc) { \
295 return (pfs_uninit(&name##_info, vfc)); \
H A Dpseudofs.c381 pfs_init(struct pfs_info *pi, struct vfsconf *vfc) argument
395 error = (pi->pi_init)(pi, vfc);
411 pfs_uninit(struct pfs_info *pi, struct vfsconf *vfc) argument
420 error = (pi->pi_uninit)(pi, vfc);
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c82 struct xvfsconf vfc; local
114 error = getvfsbyname(smbfs_vfsname, &vfc);
118 error = getvfsbyname(smbfs_vfsname, &vfc);
/freebsd-11-stable/sbin/umount/
H A Dumount.c207 struct xvfsconf vfc; local
232 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2290 struct xvfsconf vfc; local
2292 if (getvfsbyname(fsp->f_fstypename, &vfc) != 0) {
2309 if (vfc.vfc_flags & VFCF_NETWORK)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1575 * GETVFSBYNAME_ARG_TYPE vfc;
1579 struct xvfsconf vfc; local
1581 struct vfsconf vfc; local
1636 r = getvfsbyname(sfs.f_fstypename, &vfc);
1641 if (vfc.vfc_flags & VFCF_SYNTHETIC)

Completed in 95 milliseconds