Lines Matching refs:mount_opts
131 if (++info->device_count <= info->mount_opts.max)
315 if (info->mount_opts.stats_mode != ctx->stats_mode)
318 info->mount_opts.stats_mode = ctx->stats_mode;
319 info->mount_opts.max = ctx->max;
327 if (info->mount_opts.max <= BINDERFS_MAX_MINOR)
328 seq_printf(seq, ",max=%d", info->mount_opts.max);
330 switch (info->mount_opts.stats_mode) {
695 info->mount_opts.max = ctx->max;
696 info->mount_opts.stats_mode = ctx->stats_mode;
732 if (info->mount_opts.stats_mode == binderfs_stats_mode_global)