Home
last modified time | relevance | path

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

/fs/afs/
Dsuper.c353 char *new_opts = kstrdup(options, GFP_KERNEL); in afs_mount() local
415 save_mount_options(sb, new_opts); in afs_mount()
425 kfree(new_opts); in afs_mount()
432 kfree(new_opts); in afs_mount()
/fs/affs/
Dsuper.c517 char *new_opts = kstrdup(data, GFP_KERNEL); in affs_remount() local
530 kfree(new_opts); in affs_remount()
534 replace_mount_options(sb, new_opts); in affs_remount()
/fs/hpfs/
Dsuper.c387 char *new_opts = kstrdup(data, GFP_KERNEL); in hpfs_remount_fs() local
423 replace_mount_options(s, new_opts); in hpfs_remount_fs()
432 kfree(new_opts); in hpfs_remount_fs()
/fs/reiserfs/
Dsuper.c1272 char *new_opts = kstrdup(arg, GFP_KERNEL); in reiserfs_remount() local
1426 replace_mount_options(s, new_opts); in reiserfs_remount()
1433 kfree(new_opts); in reiserfs_remount()