mount_opts
struct binderfs_mount_opts mount_opts;
if (++info->device_count <= info->mount_opts.max)
if (info->mount_opts.stats_mode != ctx->stats_mode)
info->mount_opts.stats_mode = ctx->stats_mode;
info->mount_opts.max = ctx->max;
if (info->mount_opts.max <= BINDERFS_MAX_MINOR)
seq_printf(seq, ",max=%d", info->mount_opts.max);
switch (info->mount_opts.stats_mode) {
info->mount_opts.max = ctx->max;
info->mount_opts.stats_mode = ctx->stats_mode;
if (info->mount_opts.stats_mode == binderfs_stats_mode_global)
struct binderfs_mount_opts mount_opts;
if (++info->device_count <= info->mount_opts.max)
if (info->mount_opts.stats_mode != ctx->stats_mode)
info->mount_opts.stats_mode = ctx->stats_mode;
info->mount_opts.max = ctx->max;
if (info->mount_opts.max <= BINDERFS_MAX_MINOR)
seq_printf(seq, ",max=%d", info->mount_opts.max);
switch (info->mount_opts.stats_mode) {
info->mount_opts.max = ctx->max;
info->mount_opts.stats_mode = ctx->stats_mode;
if (info->mount_opts.stats_mode == binderfs_stats_mode_global)
struct befs_mount_options mount_opts;
inode->i_uid = befs_sb->mount_opts.use_uid ?
befs_sb->mount_opts.uid :
inode->i_gid = befs_sb->mount_opts.use_gid ?
befs_sb->mount_opts.gid :
struct befs_mount_options *opts = &befs_sb->mount_opts;
kfree(BEFS_SB(sb)->mount_opts.iocharset);
BEFS_SB(sb)->mount_opts.iocharset = NULL;
sbi->mount_opts.uid = opts->uid;
sbi->mount_opts.gid = opts->gid;
sbi->mount_opts.use_uid = opts->use_uid;
sbi->mount_opts.use_gid = opts->use_gid;
sbi->mount_opts.debug = opts->debug;
sbi->mount_opts.iocharset = opts->iocharset;
if (befs_sb->mount_opts.iocharset) {
befs_sb->mount_opts.iocharset);
befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset);
befs_sb->mount_opts.iocharset);
kfree(befs_sb->mount_opts.iocharset);
struct pts_mount_opts mount_opts;
struct pts_mount_opts *opts = &fsi->mount_opts;
struct pts_mount_opts *opts = &fsi->mount_opts;
fsi->ptmx_inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode;
fsi->mount_opts.setuid = new->mount_opts.setuid;
fsi->mount_opts.setgid = new->mount_opts.setgid;
fsi->mount_opts.uid = new->mount_opts.uid;
fsi->mount_opts.gid = new->mount_opts.gid;
fsi->mount_opts.mode = new->mount_opts.mode;
fsi->mount_opts.ptmxmode = new->mount_opts.ptmxmode;
fsi->mount_opts.max = new->mount_opts.max;
struct pts_mount_opts *opts = &fsi->mount_opts;
fsi->mount_opts.uid = GLOBAL_ROOT_UID;
fsi->mount_opts.gid = GLOBAL_ROOT_GID;
fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE;
fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE;
fsi->mount_opts.max = NR_UNIX98_PTY_MAX;
fsi->mount_opts.reserve = true;
(fsi->mount_opts.reserve ? 0 : pty_reserve)))
index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1,
opts = &fsi->mount_opts;
struct efivarfs_mount_opts *opts = &fsi->mount_opts;
struct efivarfs_mount_opts mount_opts;
struct efivarfs_mount_opts *opts = &sbi->mount_opts;
sfi->mount_opts.uid = GLOBAL_ROOT_UID;
sfi->mount_opts.gid = GLOBAL_ROOT_GID;
struct efivarfs_mount_opts *opts = &sbi->mount_opts;
strscpy_pad(ret.mount_opts, es->s_mount_opts);
strscpy_pad(es->s_mount_opts, params->mount_opts);
if (strnlen(params.mount_opts, sizeof(params.mount_opts)) ==
sizeof(params.mount_opts))
const struct mount_opts *m;
const struct mount_opts *m;
if (c->mount_opts.override_compr)
mode = c->mount_opts.compr;
struct jffs2_mount_opts mount_opts;
struct jffs2_mount_opts *opts = &c->mount_opts;
c->mount_opts.compr = result.uint_32;
c->mount_opts.override_compr = true;
c->mount_opts.rp_size = result.uint_32 * 1024;
c->mount_opts.set_rp_size = true;
if (new_c->mount_opts.override_compr) {
c->mount_opts.override_compr = new_c->mount_opts.override_compr;
c->mount_opts.compr = new_c->mount_opts.compr;
if (new_c->mount_opts.set_rp_size) {
c->mount_opts.set_rp_size = new_c->mount_opts.set_rp_size;
c->mount_opts.rp_size = new_c->mount_opts.rp_size;
if (c->mount_opts.rp_size > c->mtd->size)
struct jffs2_mount_opts *opts = &c->mount_opts;
if (fsi->mount_opts.mode != RAMFS_DEFAULT_MODE)
seq_printf(m, ",mode=%o", fsi->mount_opts.mode);
fsi->mount_opts.mode = result.uint_32 & S_IALLUGO;
inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0);
fsi->mount_opts.mode = RAMFS_DEFAULT_MODE;
struct ramfs_mount_opts mount_opts;
if (c->mount_opts.override_compr)
sup->default_compr = cpu_to_le16(c->mount_opts.compr_type);
if (!c->mount_opts.override_compr)
struct ubifs_mount_opts mount_opts;
ctx->mount_opts.unmount_mode = 2;
ctx->mount_opts.unmount_mode = 1;
ctx->mount_opts.bulk_read = 2;
ctx->mount_opts.bulk_read = 1;
ctx->mount_opts.chk_data_crc = 2;
ctx->mount_opts.chk_data_crc = 1;
ctx->mount_opts.compr_type = result.uint_32;
ctx->mount_opts.override_compr = 1;
ctx->default_compr = ctx->mount_opts.compr_type;
c->mount_opts.bulk_read = 1;
c->mount_opts = ctx->mount_opts;
c->mount_opts = ctx->mount_opts;
ctx->mount_opts = c->mount_opts;
if (c->mount_opts.unmount_mode == 2)
else if (c->mount_opts.unmount_mode == 1)
if (c->mount_opts.bulk_read == 2)
else if (c->mount_opts.bulk_read == 1)
if (c->mount_opts.chk_data_crc == 2)
else if (c->mount_opts.chk_data_crc == 1)
if (c->mount_opts.override_compr) {
ubifs_compr_name(c, c->mount_opts.compr_type));
struct ubifs_mount_opts mount_opts;
__u8 mount_opts[64];