Home
last modified time | relevance | path

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

/drivers/android/
A Dbinderfs.c131 if (++info->device_count <= info->mount_opts.max) in binderfs_binder_device_create()
316 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()
319 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()
320 info->mount_opts.max = ctx->max; in binderfs_fs_context_reconfigure()
328 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()
329 seq_printf(seq, ",max=%d", info->mount_opts.max); in binderfs_show_options()
331 switch (info->mount_opts.stats_mode) { in binderfs_show_options()
687 info->mount_opts.max = ctx->max; in binderfs_fill_super()
688 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()
724 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()
A Dbinder_internal.h70 struct binderfs_mount_opts mount_opts; member

Completed in 8 milliseconds