tag | line | file | source code |
---|---|---|---|
nfs_path | 77 | fs/nfs/nfsroot.c | static char nfs_path[NFS_MAXPATHLEN]; /* Name of directory to mount */ |
nfs_path | 438 | fs/nfs/nfsroot.c | sprintf(nfs_path, buf, cp); |
nfs_path | 487 | fs/nfs/nfsroot.c | nfs_path, nfs_data.hostname); |
nfs_path | 924 | fs/nfs/nfsroot.c | len = strlen(nfs_path); |
nfs_path | 926 | fs/nfs/nfsroot.c | memcpy(p, nfs_path, len); |
nfs_path | 940 | fs/nfs/nfsroot.c | printk("Got file handle for %s via RPC\n", nfs_path); |
nfs_path | 943 | fs/nfs/nfsroot.c | status, nfs_path); |