Home
last modified time | relevance | path

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

/linux-4.4.14/fs/affs/
Dsuper.c526 char *new_opts; in affs_remount() local
530 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()
/linux-4.4.14/fs/afs/
Dsuper.c361 char *new_opts = kstrdup(options, GFP_KERNEL); in afs_mount() local
426 save_mount_options(sb, new_opts); in afs_mount()
436 kfree(new_opts); in afs_mount()
443 kfree(new_opts); in afs_mount()
/linux-4.4.14/fs/reiserfs/
Dsuper.c1394 char *new_opts = kstrdup(arg, GFP_KERNEL); in reiserfs_remount() local
1547 replace_mount_options(s, new_opts); in reiserfs_remount()
1553 kfree(new_opts); in reiserfs_remount()