Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Dconnect.c1199 char *mountdata_copy = NULL, *options; in cifs_parse_mount_options() local
1248 mountdata_copy = kstrndup(mountdata, PAGE_SIZE, GFP_KERNEL); in cifs_parse_mount_options()
1249 if (!mountdata_copy) in cifs_parse_mount_options()
1252 options = mountdata_copy; in cifs_parse_mount_options()
1909 kfree(mountdata_copy); in cifs_parse_mount_options()
1916 kfree(mountdata_copy); in cifs_parse_mount_options()