Lines Matching refs:mount_opts
123 if (++info->device_count <= info->mount_opts.max)
307 if (info->mount_opts.stats_mode != ctx->stats_mode)
310 info->mount_opts.stats_mode = ctx->stats_mode;
311 info->mount_opts.max = ctx->max;
319 if (info->mount_opts.max <= BINDERFS_MAX_MINOR)
320 seq_printf(seq, ",max=%d", info->mount_opts.max);
322 switch (info->mount_opts.stats_mode) {
679 info->mount_opts.max = ctx->max;
680 info->mount_opts.stats_mode = ctx->stats_mode;
712 if (info->mount_opts.stats_mode == binderfs_stats_mode_global)