| tag | line | file | source code |
| open_base | 99 | fs/nfs/nfsroot.c | static struct open_dev *open_base = NULL; |
| open_base | 152 | fs/nfs/nfsroot.c | last = &open_base; |
| open_base | 200 | fs/nfs/nfsroot.c | openp = open_base; |
| open_base | 345 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
| open_base | 641 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
| open_base | 1319 | fs/nfs/nfsroot.c | (open_base != NULL && open_base->next != NULL)) |
| open_base | 1328 | fs/nfs/nfsroot.c | if (open_base != NULL && open_base->next == NULL) { |
| open_base | 1329 | fs/nfs/nfsroot.c | root_dev = open_base->dev; |