Home
last modified time | relevance | path

Searched refs:vfc_name (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/usr.bin/lsvfs/
H A Dlsvfs.c51 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, in main()
61 if (getvfsbyname(ovfcp->vfc_name, &vfc) == 0) { in main()
62 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, in main()
/dragonfly/test/debug/
H A Dvnodeinfo.c82 static struct vnode *dumpvp(kvm_t *kd, struct vnode *vp, int whichlist, char *vfc_name);
90 char vfc_name[MFSNAMELEN]; member
218 vp = dumpvp(kd, vp, 1, vfc.vfc_name); in dumpmount()
257 dumpvp(kvm_t *kd, struct vnode *vp, int whichlist, char *vfc_name) in dumpvp() argument
374 if (fsprivate && vfc_name) { in dumpvp()
382 if ((strcmp(dpd->vfc_name, vfc_name) == 0) && in dumpvp()
H A Dncptrace.c296 printf("%s [type %d]", vfcinfo.vfc_name, vfcinfo.vfc_typenum); in printvfc()
298 return (strcmp(vfcinfo.vfc_name, "null") == 0); in printvfc()
/dragonfly/sys/kern/
H A Dvfs_init.c246 if (strcmp(name, vfsp->vfc_name) == 0) in vfsconf_find_by_name()
323 if (vfsconf_find_by_name(vfc->vfc_name) != NULL) in vfs_register()
339 if (strcmp(oidp->oid_name, vfc->vfc_name) == 0) { in vfs_register()
464 vfsp = vfsconf_find_by_name(vfc->vfc_name); in vfs_unregister()
/dragonfly/sbin/mount_dirfs/
H A Dmount_dirfs.c116 if (mount(vfc.vfc_name, mountpt, mount_flags, NULL)) in main()
143 error = mount(vfc.vfc_name, mountpt, mount_flags, hostdir); in main()
/dragonfly/sbin/mount_hammer2/
H A Dmount_hammer2.c111 if (mount(vfc.vfc_name, mountpt, mount_flags, &info)) in main()
180 error = mount(vfc.vfc_name, mountpt, mount_flags, &info); in main()
/dragonfly/sbin/mount_hammer/
H A Dmount_hammer.c124 if (mount(vfc.vfc_name, mountpt, mount_flags, &info)) { in main()
160 if (mount(vfc.vfc_name, mountpt, mount_flags, &info)) { in main()
/dragonfly/lib/libc/gen/
H A Dgetvfsbyname.c66 if (strcmp(fsname, vfcp->vfc_name) == 0) in getvfsbyname()
H A Dgetvfsent.c83 if( ! strcmp(_vfslist[i].vfc_name, name) ) in getvfsbyname()
/dragonfly/sbin/mount_std/
H A Dmount_std.c109 if (mount(vfc.vfc_name, mntpath, mntflags, NULL)) in main()
/dragonfly/sbin/mount_null/
H A Dmount_null.c117 if (mount(vfc.vfc_name, source, mntflags, &args)) in main()
/dragonfly/sbin/mount_ext2fs/
H A Dmount_ext2fs.c110 if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0) in main()
/dragonfly/sbin/mount_udf/
H A Dmount_udf.c123 if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0) in main()
/dragonfly/sbin/mount_autofs/
H A Dmount_autofs.c129 if (mount(vfc.vfc_name, canon_dir, mntflags, &am) == -1) in mount_autofs()
/dragonfly/sbin/mount_devfs/
H A Dmount_devfs.c146 if (mount(vfc.vfc_name, mntpoint, mntflags, &info)) in main()
/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c134 if (mount(vfc.vfc_name, fs_name, mntflags, &args) < 0) { in mount_ufs()
/dragonfly/sbin/mount_fuse/
H A Dmount_fusefs.c189 if (mount(vfc.vfc_name, mntpath, mntflags, &args) == -1) in main()
/dragonfly/share/misc/
H A Dgdbinit20 printf "%-10s %6d 0x%08x\n", $vfc->vfc_name, \
38 $vfc->vfc_name, $vfc->vfc_refcount, $vfc->vfc_flags
/dragonfly/sbin/mount_ntfs/
H A Dmount_ntfs.c161 if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0) in main()
/dragonfly/sbin/mount_hpfs/
H A Dmount_hpfs.c150 if (mount(vfc.vfc_name, dir, mntflags, &args) < 0) in main()
/dragonfly/sbin/mount_msdos/
H A Dmount_msdos.c211 if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0) in main()
/dragonfly/sys/sys/
H A Dmount.h479 char vfc_name[MFSNAMELEN]; /* filesystem type name */ member
488 char vfc_name[32]; member
/dragonfly/sbin/mount_cd9660/
H A Dmount_cd9660.c215 if (mount(vfc.vfc_name, mntpath, mntflags, &args) < 0) in main()
/dragonfly/sbin/mount_tmpfs/
H A Dmount_tmpfs.c355 if (mount(vfc.vfc_name, canon_dir, mntflags, &args) == -1) in mount_tmpfs()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c302 strlcpy(sbp->f_fstypename, mp->mnt_vfc->vfc_name, MFSNAMELEN); in dirfs_statfs()

12