Searched refs:vfsconf (Results 1 – 25 of 26) sorted by relevance
12
53 static struct vfsconf vfsconflist[] = {110 int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf);116 struct vfsconf *vfsp; in vfsinit()138 struct vfsconf *150 struct vfsconf *
179 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp) in vfs_mount_alloc()282 struct vfsconf *vfsp; in vfs_rootmountalloc()1393 struct vfsconf *vfsp, *tmpvfsp; in vfs_sysctl()1427 sizeof(struct vfsconf)); in vfs_sysctl()2314 struct vfsconf *vfc = mp->mnt_vfc; in vfs_mount_print()
42 struct vfsconf;52 int mfs_init(struct vfsconf *);
219 mfs_init(struct vfsconf *vfsp) in mfs_init()
338 struct vfsconf *mnt_vfc; /* configuration info */460 struct vfsconf { struct530 int (*vfs_init)(struct vfsconf *);596 struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *);620 struct vfsconf *vfs_byname(const char *);621 struct vfsconf *vfs_bytypenum(int);
53 struct vfsconf;105 int ufs_init(struct vfsconf *);
108 ufs_init(struct vfsconf *vfsp) in ufs_init()
50 struct vfsconf;77 int ext2fs_init(struct vfsconf *);
92 ext2fs_init(struct vfsconf *vfsp) in ext2fs_init()
90 struct vfsconf;121 int ffs_init(struct vfsconf *);
1425 ffs_init(struct vfsconf *vfsp) in ffs_init()
20 int udf_init(struct vfsconf *);
101 udf_init(struct vfsconf *foo) in udf_init()
94 int cd9660_init(struct vfsconf *);
75 cd9660_init(struct vfsconf *vfsp) in cd9660_init()
69 int tmpfs_init(struct vfsconf *);73 tmpfs_init(struct vfsconf *vfsp) in tmpfs_init()
47 int fusefs_init(struct vfsconf *);347 fusefs_init(struct vfsconf *vfc) in fusefs_init()
211 int msdosfs_init(struct vfsconf *);
82 msdosfs_init(struct vfsconf *vfsp) in msdosfs_init()
170 int nfs_vfs_init(struct vfsconf *);
906 nfs_vfs_init(struct vfsconf *vfsp) in nfs_vfs_init()
72 int ntfs_init(struct vfsconf *);111 ntfs_init(struct vfsconf *vcp) in ntfs_init()
141 struct vfsconf vfsc; in main()
1275 struct vfsconf vfc; in vfsinit()1351 struct vfsconf vfc; in sysctl_vfsgen()
108 struct vfsconf *vfsp;211 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)225 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {