Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfsroot.c112 static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = ""; variable
273 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()