taglinefilesource code
nfs_path141fs/nfs/nfsroot.cstatic char nfs_path[NFS_MAXPATHLEN] = "";  /* Name of directory to mount */
nfs_path795fs/nfs/nfsroot.croot_bootp_string(nfs_path, ext+1, *ext, NFS_MAXPATHLEN);
nfs_path1084fs/nfs/nfsroot.cif (nfs_path[0] == '\0' || !strncmp(name, "default", 7))
nfs_path1087fs/nfs/nfsroot.cstrncpy(buf, nfs_path, NFS_MAXPATHLEN);
nfs_path1097fs/nfs/nfsroot.csprintf(nfs_path, buf, cp);
nfs_path1157fs/nfs/nfsroot.cnfs_path, nfs_data.hostname);
nfs_path1648fs/nfs/nfsroot.clen = strlen(nfs_path);
nfs_path1650fs/nfs/nfsroot.cmemcpy(p, nfs_path, len);
nfs_path1663fs/nfs/nfsroot.cprintk(KERN_NOTICE "Root-NFS: Got file handle for %s via RPC\n", nfs_path);
nfs_path1666fs/nfs/nfsroot.cstatus, nfs_path);