Lines Matching defs:org_mount_opt
2324 struct f2fs_mount_info org_mount_opt;
2347 org_mount_opt = sbi->mount_opt;
2351 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt;
2354 org_mount_opt.s_qf_names[i] =
2357 if (!org_mount_opt.s_qf_names[i]) {
2359 kfree(org_mount_opt.s_qf_names[j]);
2363 org_mount_opt.s_qf_names[i] = NULL;
2554 kfree(org_mount_opt.s_qf_names[i]);
2595 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt;
2598 F2FS_OPTION(sbi).s_qf_names[i] = org_mount_opt.s_qf_names[i];
2601 sbi->mount_opt = org_mount_opt;