Searched refs:org_mount_opt (Results 1 – 1 of 1) sorted by relevance
2794 struct f2fs_mount_info org_mount_opt; in __f2fs_remount() local2818 org_mount_opt = sbi->mount_opt; in __f2fs_remount()2824 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in __f2fs_remount()2827 org_mount_opt.s_qf_names[i] = in __f2fs_remount()2830 if (!org_mount_opt.s_qf_names[i]) { in __f2fs_remount()2832 kfree(org_mount_opt.s_qf_names[j]); in __f2fs_remount()2836 org_mount_opt.s_qf_names[i] = NULL; in __f2fs_remount()3039 kfree(org_mount_opt.s_qf_names[i]); in __f2fs_remount()3082 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in __f2fs_remount()3085 F2FS_OPTION(sbi).s_qf_names[i] = org_mount_opt.s_qf_names[i]; in __f2fs_remount()[all …]