Lines Matching refs:mount_opt
1828 int mount_opt; member
2111 EXT4_SET_CTX(mount_opt);
2112 EXT4_CLEAR_CTX(mount_opt);
2113 EXT4_TEST_CTX(mount_opt);
2138 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in ext4_parse_param()
2140 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in ext4_parse_param()
2350 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2352 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2398 ctx_set_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2400 ctx_clear_mount_opt2(ctx, m->mount_opt); in ext4_parse_param()
2403 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2405 ctx_clear_mount_opt(ctx, m->mount_opt); in ext4_parse_param()
2936 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
2943 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
2946 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2950 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2954 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2955 (!want_set && (mount_opt & m->mount_opt))) in _ext4_show_options()