Searched refs:vfsconf (Results 1 – 25 of 63) sorted by relevance
123
| /dragonfly/sys/kern/ |
| HD | vfs_init.c | 237 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 …]
|
| HD | vfs_vfsops.c | 282 vfs_init(struct vfsconf *vfc) in vfs_init() 295 vfs_uninit(struct vfsconf *vfc, struct vfsconf *vfsp) in vfs_uninit()
|
| /dragonfly/sys/sys/ |
| HD | mount.h | 219 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/ |
| HD | ntfs_ihash.h | 31 struct vfsconf; 34 int ntfs_nthash_uninit (struct vfsconf *);
|
| HD | ntfs_ihash.c | 76 ntfs_nthash_uninit(struct vfsconf *vfc) in ntfs_nthash_uninit()
|
| /dragonfly/sys/vfs/ufs/ |
| HD | ufs_extern.h | 46 struct vfsconf; 86 int ufs_init(struct vfsconf *);
|
| /dragonfly/sys/vfs/smbfs/ |
| HD | smbfs_vfsops.c | 83 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/ |
| HD | ncptrace.c | 78 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/ |
| HD | denode.h | 269 int msdosfs_init(struct vfsconf *vfsp); 270 int msdosfs_uninit(struct vfsconf *vfsp);
|
| /dragonfly/lib/libc/gen/ |
| HD | getvfsbyname.c | 45 getvfsbyname(const char *fsname, struct vfsconf *vfcp) in getvfsbyname()
|
| /dragonfly/sys/vfs/isofs/cd9660/ |
| HD | iso.h | 265 int cd9660_init(struct vfsconf *); 266 int cd9660_uninit(struct vfsconf *);
|
| HD | cd9660_node.c | 72 cd9660_init(struct vfsconf *vfsp) in cd9660_init() 93 cd9660_uninit(struct vfsconf *vfsp) in cd9660_uninit()
|
| /dragonfly/sys/vfs/autofs/ |
| HD | autofs_vfsops.c | 53 autofs_init(struct vfsconf *vfsp) in autofs_init() 91 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
|
| /dragonfly/sbin/mount_std/ |
| HD | mount_std.c | 61 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/mount_null/ |
| HD | mount_null.c | 64 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/mount_ext2fs/ |
| HD | mount_ext2fs.c | 63 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/mount_udf/ |
| HD | mount_udf.c | 70 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/mount_dirfs/ |
| HD | mount_dirfs.c | 67 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/nfsiod/ |
| HD | nfsiod.c | 70 struct vfsconf vfc; in main()
|
| /dragonfly/usr.bin/lsvfs/ |
| HD | lsvfs.c | 39 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/mount_devfs/ |
| HD | mount_devfs.c | 75 struct vfsconf vfc; in main()
|
| /dragonfly/sbin/mount_ufs/ |
| HD | mount_ufs.c | 71 struct vfsconf vfc; in mount_ufs()
|
| /dragonfly/sbin/mount_autofs/ |
| HD | mount_autofs.c | 109 struct vfsconf vfc; in mount_autofs()
|
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs.h | 395 struct vfsconf; 399 int hpfs_hphash_uninit (struct vfsconf *);
|
| /dragonfly/sys/vfs/mfs/ |
| HD | mfs_vfsops.c | 81 static int mfs_init (struct vfsconf *); 519 mfs_init(struct vfsconf *vfsp) in mfs_init()
|
123