Searched refs:new_opts (Results 1 – 3 of 3) sorted by relevance
526 char *new_opts; in affs_remount() local530 new_opts = kstrdup(data, GFP_KERNEL); in affs_remount()531 if (data && !new_opts) in affs_remount()544 kfree(new_opts); in affs_remount()549 if (new_opts) in affs_remount()550 replace_mount_options(sb, new_opts); in affs_remount()
361 char *new_opts = kstrdup(options, GFP_KERNEL); in afs_mount() local426 save_mount_options(sb, new_opts); in afs_mount()436 kfree(new_opts); in afs_mount()443 kfree(new_opts); in afs_mount()
1394 char *new_opts = kstrdup(arg, GFP_KERNEL); in reiserfs_remount() local1547 replace_mount_options(s, new_opts); in reiserfs_remount()1553 kfree(new_opts); in reiserfs_remount()