Searched refs:nfs_root_device (Results 1 – 1 of 1) sorted by relevance
112 static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = ""; variable273 len = snprintf(nfs_root_device, sizeof(nfs_root_device), in root_nfs_data()275 if (len >= (int)sizeof(nfs_root_device)) in root_nfs_data()313 *root_device = nfs_root_device; in nfs_root_data()
Completed in 3 milliseconds