taglinefilesource code
nfs_path145fs/nfs/nfsroot.cstatic char nfs_path[NFS_MAXPATHLEN] = "";  /* Name of directory to mount */
nfs_path788fs/nfs/nfsroot.croot_bootp_string(nfs_path, ext+1, *ext, NFS_MAXPATHLEN);
nfs_path1077fs/nfs/nfsroot.cif (nfs_path[0] == '\0' || !strncmp(name, "default", 7))
nfs_path1080fs/nfs/nfsroot.cstrncpy(buf, nfs_path, NFS_MAXPATHLEN);
nfs_path1092fs/nfs/nfsroot.csprintf(nfs_path, buf, cp);
nfs_path1152fs/nfs/nfsroot.cnfs_path, nfs_data.hostname);
nfs_path1643fs/nfs/nfsroot.clen = strlen(nfs_path);
nfs_path1645fs/nfs/nfsroot.cmemcpy(p, nfs_path, len);
nfs_path1658fs/nfs/nfsroot.cprintk(KERN_NOTICE "Root-NFS: Got file handle for %s via RPC\n", nfs_path);
nfs_path1661fs/nfs/nfsroot.cstatus, nfs_path);