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,
343 vfsconf[i - 1].vfc_next = vfsp; in vfsinit()536 slotp->vfc_next = vfsconf[slot - 1].vfc_next; in vfstable_add()537 vfsconf[slot - 1].vfc_next = slotp; in vfstable_add()539 slotp->vfc_next = NULL; in vfstable_add()593 for (vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) { in vfstable_del()610 *vcpp = (*vcpp)->vfc_next; in vfstable_del()
1180 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_rootmountalloc()1252 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_mountroot()3986 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {5139 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
986 newvfstbl->vfc_next = NULL; in vfs_fsadd()
1141 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in mount_common()
314 struct vfstable *vfc_next; /* next in list */ member