Home
last modified time | relevance | path

Searched refs:nfs_root_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/nfs/
Dnfsroot.c105 static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = ""; variable
266 len = snprintf(nfs_root_device, sizeof(nfs_root_device), in root_nfs_data()
268 if (len >= (int)sizeof(nfs_root_device)) in root_nfs_data()
306 *root_device = nfs_root_device; in nfs_root_data()