Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfsroot.c106 static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = ""; variable
267 len = snprintf(nfs_root_device, sizeof(nfs_root_device), in root_nfs_data()
269 if (len >= (int)sizeof(nfs_root_device)) in root_nfs_data()
307 *root_device = nfs_root_device; in nfs_root_data()