Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c2283 struct f2fs_mount_info org_mount_opt; in f2fs_remount() local
2305 org_mount_opt = sbi->mount_opt; in f2fs_remount()
2309 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2312 org_mount_opt.s_qf_names[i] = in f2fs_remount()
2315 if (!org_mount_opt.s_qf_names[i]) { in f2fs_remount()
2317 kfree(org_mount_opt.s_qf_names[j]); in f2fs_remount()
2321 org_mount_opt.s_qf_names[i] = NULL; in f2fs_remount()
2506 kfree(org_mount_opt.s_qf_names[i]); in f2fs_remount()
2547 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
2550 F2FS_OPTION(sbi).s_qf_names[i] = org_mount_opt.s_qf_names[i]; in f2fs_remount()
[all …]