Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c1391 char *mountdata_copy = NULL, *options; in cifs_parse_mount_options() local
1471 mountdata_copy = kstrndup(mountdata, PAGE_SIZE, GFP_KERNEL); in cifs_parse_mount_options()
1472 if (!mountdata_copy) in cifs_parse_mount_options()
1475 options = mountdata_copy; in cifs_parse_mount_options()
2279 kfree(mountdata_copy); in cifs_parse_mount_options()
2286 kfree(mountdata_copy); in cifs_parse_mount_options()

Completed in 6 milliseconds