Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsroot.c23 static char root_opts[1024] __initdata = DEFAULT_MNT_OPTS; variable
65 int n = snprintf(root_opts, in cifs_root_setup()
66 sizeof(root_opts), "%s,%s", in cifs_root_setup()
68 if (n >= sizeof(root_opts)) { in cifs_root_setup()
70 root_opts[sizeof(root_opts)-1] = '\0'; in cifs_root_setup()
91 *opts = root_opts; in cifs_root_data()