Searched refs:org_mount_opt (Results 1 – 1 of 1) sorted by relevance
1425 struct f2fs_mount_info org_mount_opt; in f2fs_remount() local1439 org_mount_opt = sbi->mount_opt; in f2fs_remount()1443 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()1446 org_mount_opt.s_qf_names[i] = in f2fs_remount()1449 if (!org_mount_opt.s_qf_names[i]) { in f2fs_remount()1451 kfree(org_mount_opt.s_qf_names[j]); in f2fs_remount()1455 org_mount_opt.s_qf_names[i] = NULL; in f2fs_remount()1526 F2FS_OPTION(sbi).whint_mode != org_mount_opt.whint_mode) { in f2fs_remount()1552 kfree(org_mount_opt.s_qf_names[i]); in f2fs_remount()1570 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()[all …]