taglinefilesource code
nfs_path146fs/nfs/nfsroot.cstatic char nfs_path[NFS_MAXPATHLEN] = "";  /* Name of directory to mount */
nfs_path789fs/nfs/nfsroot.croot_bootp_string(nfs_path, ext+1, *ext, NFS_MAXPATHLEN);
nfs_path1078fs/nfs/nfsroot.cif (nfs_path[0] == '\0' || !strncmp(name, "default", 7))
nfs_path1081fs/nfs/nfsroot.cstrncpy(buf, nfs_path, NFS_MAXPATHLEN);
nfs_path1093fs/nfs/nfsroot.csprintf(nfs_path, buf, cp);
nfs_path1153fs/nfs/nfsroot.cnfs_path, nfs_data.hostname);
nfs_path1644fs/nfs/nfsroot.clen = strlen(nfs_path);
nfs_path1646fs/nfs/nfsroot.cmemcpy(p, nfs_path, len);
nfs_path1659fs/nfs/nfsroot.cprintk(KERN_NOTICE "Root-NFS: Got file handle for %s via RPC\n", nfs_path);
nfs_path1662fs/nfs/nfsroot.cstatus, nfs_path);