Lines Matching defs:org_mount_opt
1868 struct f2fs_mount_info org_mount_opt;
1886 org_mount_opt = sbi->mount_opt;
1890 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt;
1893 org_mount_opt.s_qf_names[i] =
1896 if (!org_mount_opt.s_qf_names[i]) {
1898 kfree(org_mount_opt.s_qf_names[j]);
1902 org_mount_opt.s_qf_names[i] = NULL;
1995 F2FS_OPTION(sbi).whint_mode != org_mount_opt.whint_mode) {
2031 kfree(org_mount_opt.s_qf_names[i]);
2050 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt;
2053 F2FS_OPTION(sbi).s_qf_names[i] = org_mount_opt.s_qf_names[i];
2056 sbi->mount_opt = org_mount_opt;