Home
last modified time | relevance | path

Searched refs:vfsconf (Results 1 – 25 of 63) sorted by relevance

123

/dragonfly/sys/kern/
H A Dvfs_init.c240 struct vfsconf *
243 struct vfsconf *vfsp; in vfsconf_find_by_name()
252 struct vfsconf *
255 struct vfsconf *vfsp; in vfsconf_find_by_typenum()
265 vfsconf_add(struct vfsconf *vfc) in vfsconf_add()
272 vfsconf_remove(struct vfsconf *vfc) in vfsconf_remove()
300 struct vfsconf *vfsp; in vfsconf_each()
318 vfs_register(struct vfsconf *vfc) in vfs_register()
461 struct vfsconf *vfsp; in vfs_unregister()
485 struct vfsconf *vfc; in vfs_modevent()
[all …]
H A Dvfs_vfsops.c282 vfs_init(struct vfsconf *vfc) in vfs_init()
295 vfs_uninit(struct vfsconf *vfc, struct vfsconf *vfsp) in vfs_uninit()
/dragonfly/sys/sys/
H A Dmount.h219 struct vfsconf *mnt_vfc; /* configuration info */
477 struct vfsconf { struct
483 STAILQ_ENTRY(vfsconf) vfc_next; /* next in list */ argument
533 struct vfsconf *vfsconf_find_by_typenum(int);
568 typedef int vfs_init_t(struct vfsconf *);
569 typedef int vfs_uninit_t(struct vfsconf *);
597 int vfs_init(struct vfsconf *vfc);
598 int vfs_uninit(struct vfsconf *vfc, struct vfsconf *vfsp);
680 static struct vfsconf fsname ## _vfsconf = { \
753 int vfs_register (struct vfsconf *);
[all …]
/dragonfly/sys/vfs/ntfs/
H A Dntfs_ihash.h31 struct vfsconf;
34 int ntfs_nthash_uninit (struct vfsconf *);
H A Dntfs_ihash.c76 ntfs_nthash_uninit(struct vfsconf *vfc) in ntfs_nthash_uninit()
/dragonfly/sys/vfs/ufs/
H A Dufs_extern.h46 struct vfsconf;
86 int ufs_init(struct vfsconf *);
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vfsops.c83 static int smbfs_init(struct vfsconf *vfsp);
84 static int smbfs_uninit(struct vfsconf *vfsp);
299 smbfs_init(struct vfsconf *vfsp) in smbfs_init()
308 smbfs_uninit(struct vfsconf *vfsp) in smbfs_uninit()
/dragonfly/test/debug/
H A Dncptrace.c78 static int printvfc(kvm_t *kd, struct vfsconf *vfc);
291 printvfc(kvm_t *kd, struct vfsconf *vfc) in printvfc()
293 struct vfsconf vfcinfo; in printvfc()
/dragonfly/sys/vfs/msdosfs/
H A Ddenode.h269 int msdosfs_init(struct vfsconf *vfsp);
270 int msdosfs_uninit(struct vfsconf *vfsp);
/dragonfly/lib/libc/gen/
H A Dgetvfsbyname.c45 getvfsbyname(const char *fsname, struct vfsconf *vfcp) in getvfsbyname()
/dragonfly/sys/vfs/autofs/
H A Dautofs_vfsops.c53 autofs_init(struct vfsconf *vfsp) in autofs_init()
91 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
/dragonfly/sys/vfs/isofs/cd9660/
H A Diso.h265 int cd9660_init(struct vfsconf *);
266 int cd9660_uninit(struct vfsconf *);
H A Dcd9660_node.c72 cd9660_init(struct vfsconf *vfsp) in cd9660_init()
93 cd9660_uninit(struct vfsconf *vfsp) in cd9660_uninit()
/dragonfly/sbin/mount_std/
H A Dmount_std.c61 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_null/
H A Dmount_null.c64 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_ext2fs/
H A Dmount_ext2fs.c63 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_udf/
H A Dmount_udf.c70 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_dirfs/
H A Dmount_dirfs.c67 struct vfsconf vfc; in main()
/dragonfly/sbin/nfsiod/
H A Dnfsiod.c70 struct vfsconf vfc; in main()
/dragonfly/usr.bin/lsvfs/
H A Dlsvfs.c39 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_autofs/
H A Dmount_autofs.c109 struct vfsconf vfc; in mount_autofs()
/dragonfly/sbin/mount_devfs/
H A Dmount_devfs.c75 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c71 struct vfsconf vfc; in mount_ufs()
/dragonfly/sys/vfs/mfs/
H A Dmfs_vfsops.c81 static int mfs_init (struct vfsconf *);
519 mfs_init(struct vfsconf *vfsp) in mfs_init()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs.h395 struct vfsconf;
399 int hpfs_hphash_uninit (struct vfsconf *);

123