Home
last modified time | relevance | path

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

123

/dragonfly/sys/kern/
HDvfs_init.c237 static STAILQ_HEAD(, vfsconf) vfsconf_list =
240 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()
276 STAILQ_REMOVE(&vfsconf_list, vfc, vfsconf, vfc_next); in vfsconf_remove()
297 vfsconf_each(int (*iter)(struct vfsconf *element, void *data), void *data) in vfsconf_each()
300 struct vfsconf *vfsp; in vfsconf_each()
[all …]
HDvfs_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/
HDmount.h219 struct vfsconf *mnt_vfc; /* configuration info */
477 struct vfsconf { struct
483 STAILQ_ENTRY(vfsconf) vfc_next; /* next in list */ argument
532 struct vfsconf *vfsconf_find_by_name(const char *);
533 struct vfsconf *vfsconf_find_by_typenum(int);
535 int vfsconf_each(int (*)(struct vfsconf *, void *), void *);
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);
[all …]
/dragonfly/sys/vfs/ntfs/
HDntfs_ihash.h31 struct vfsconf;
34 int ntfs_nthash_uninit (struct vfsconf *);
HDntfs_ihash.c76 ntfs_nthash_uninit(struct vfsconf *vfc) in ntfs_nthash_uninit()
/dragonfly/sys/vfs/ufs/
HDufs_extern.h46 struct vfsconf;
86 int ufs_init(struct vfsconf *);
/dragonfly/sys/vfs/smbfs/
HDsmbfs_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/
HDncptrace.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/
HDdenode.h269 int msdosfs_init(struct vfsconf *vfsp);
270 int msdosfs_uninit(struct vfsconf *vfsp);
/dragonfly/lib/libc/gen/
HDgetvfsbyname.c45 getvfsbyname(const char *fsname, struct vfsconf *vfcp) in getvfsbyname()
/dragonfly/sys/vfs/isofs/cd9660/
HDiso.h265 int cd9660_init(struct vfsconf *);
266 int cd9660_uninit(struct vfsconf *);
HDcd9660_node.c72 cd9660_init(struct vfsconf *vfsp) in cd9660_init()
93 cd9660_uninit(struct vfsconf *vfsp) in cd9660_uninit()
/dragonfly/sys/vfs/autofs/
HDautofs_vfsops.c53 autofs_init(struct vfsconf *vfsp) in autofs_init()
91 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
/dragonfly/sbin/mount_std/
HDmount_std.c61 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_null/
HDmount_null.c64 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_ext2fs/
HDmount_ext2fs.c63 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_udf/
HDmount_udf.c70 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_dirfs/
HDmount_dirfs.c67 struct vfsconf vfc; in main()
/dragonfly/sbin/nfsiod/
HDnfsiod.c70 struct vfsconf vfc; in main()
/dragonfly/usr.bin/lsvfs/
HDlsvfs.c39 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_devfs/
HDmount_devfs.c75 struct vfsconf vfc; in main()
/dragonfly/sbin/mount_ufs/
HDmount_ufs.c71 struct vfsconf vfc; in mount_ufs()
/dragonfly/sbin/mount_autofs/
HDmount_autofs.c109 struct vfsconf vfc; in mount_autofs()
/dragonfly/sys/vfs/hpfs/
HDhpfs.h395 struct vfsconf;
399 int hpfs_hphash_uninit (struct vfsconf *);
/dragonfly/sys/vfs/mfs/
HDmfs_vfsops.c81 static int mfs_init (struct vfsconf *);
519 mfs_init(struct vfsconf *vfsp) in mfs_init()

123