Lines Matching defs:s_mount_opts
2498 char *s_mount_opts = NULL;
2503 if (!sbi->s_es->s_mount_opts[0])
2506 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts,
2507 sizeof(sbi->s_es->s_mount_opts),
2509 if (!s_mount_opts)
2523 ret = parse_options(fc, s_mount_opts);
2532 s_mount_opts);
2550 kfree(s_mount_opts);
2737 /* Also make sure s_mount_opts didn't contain a conflicting value. */