Searched refs:vfsconf (Results 1 – 14 of 14) sorted by relevance
340 for (vfsp = vfsconf, i = 0; i < maxvfsslots; i++, vfsp++) { in vfsinit()341 struct vfsconf vfsc; in vfsinit()346 vfsconf[i - 1].vfc_next = vfsp; in vfsinit()352 bzero(&vfsc, sizeof(struct vfsconf)); in vfsinit()516 if (vfsconf[slot].vfc_vfsops == NULL) { in vfstable_add()530 slotp = &vfsconf[slot]; in vfstable_add()542 slotp->vfc_next = vfsconf[slot - 1].vfc_next; in vfstable_add()543 vfsconf[slot - 1].vfc_next = slotp; in vfstable_add()599 for (vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) { in vfstable_del()623 if (vcdelp >= vfsconf && vcdelp < (vfsconf + maxvfsslots)) { /* Y */ in vfstable_del()
273 struct vfstable *vfsconf = vfstbllist; variable
1172 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_rootmountalloc()1244 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_mountroot()4092 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {5233 struct vfsconf vfsc = {};5246 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {5266 return SYSCTL_OUT(req, &vfsc, sizeof(struct vfsconf));
1159 struct vfsconf vfsc; in vfs_fsadd()1160 bzero(&vfsc, sizeof(struct vfsconf)); in vfs_fsadd()
1232 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in mount_common()
52 int mockfs_init(__unused struct vfsconf * vfsc);229 mockfs_init(__unused struct vfsconf * vfsc) in mockfs_init()
129 int bindfs_init(struct vfsconf * vfsp);
99 bindfs_init(__unused struct vfsconf * vfsp) in bindfs_init()
139 int nullfs_init(struct vfsconf * vfsp);
114 nullfs_init(__unused struct vfsconf * vfsp) in nullfs_init()
408 struct vfsconf { struct719 int (*vfs_init)(struct vfsconf *vfsc);1552 int getvfsbyname(const char *, struct vfsconf *);
338 extern struct vfstable *vfsconf; /* head of list of filesystem types */
49 static int routefs_init(__unused struct vfsconf *vfsp);76 routefs_init(__unused struct vfsconf *vfsp) in routefs_init()
110 devfs_init(__unused struct vfsconf *vfsp) in devfs_init()