Searched refs:vfc_next (Results 1 – 6 of 6) sorted by relevance
130 .vfc_next = NULL,146 .vfc_next = NULL,168 .vfc_next = NULL,186 .vfc_next = NULL,205 .vfc_next = NULL,224 .vfc_next = NULL,241 .vfc_next = NULL,256 .vfc_next = NULL,
346 vfsconf[i - 1].vfc_next = vfsp; in vfsinit()542 slotp->vfc_next = vfsconf[slot - 1].vfc_next; in vfstable_add()543 vfsconf[slot - 1].vfc_next = slotp; in vfstable_add()545 slotp->vfc_next = NULL; in vfstable_add()599 for (vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) { in vfstable_del()616 *vcpp = (*vcpp)->vfc_next; in vfstable_del()
1173 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_rootmountalloc()1245 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_mountroot()4126 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {5280 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
1026 newvfstbl->vfc_next = NULL; in vfs_fsadd()
1306 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in mount_common()
314 struct vfstable *vfc_next; /* next in list */ member