| tag | line | file | source code |
| open_base | 118 | fs/nfs/nfsroot.c | static struct open_dev *open_base = NULL; |
| open_base | 173 | fs/nfs/nfsroot.c | last = &open_base; |
| open_base | 222 | fs/nfs/nfsroot.c | openp = open_base; |
| open_base | 375 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
| open_base | 673 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
| open_base | 1374 | fs/nfs/nfsroot.c | (open_base != NULL && open_base->next != NULL)) |
| open_base | 1383 | fs/nfs/nfsroot.c | if (open_base != NULL && open_base->next == NULL) { |
| open_base | 1384 | fs/nfs/nfsroot.c | root_dev = open_base->dev; |