Lines Matching refs:spec

1967 	unsigned int	spec;  member
2044 ctx->spec |= EXT4_SPEC_JQUOTA; in note_qf_name()
2059 ctx->spec |= EXT4_SPEC_JQUOTA; in unnote_qf_name()
2172 ctx->spec |= EXT4_SPEC_s_sb_block; in ext4_parse_param()
2193 ctx->spec |= EXT4_SPEC_JQFMT; in ext4_parse_param()
2199 ctx->spec |= EXT4_SPEC_DATAJ; in ext4_parse_param()
2212 ctx->spec |= EXT4_SPEC_s_commit_interval; in ext4_parse_param()
2221 ctx->spec |= EXT4_SPEC_s_want_extra_isize; in ext4_parse_param()
2225 ctx->spec |= EXT4_SPEC_s_max_batch_time; in ext4_parse_param()
2229 ctx->spec |= EXT4_SPEC_s_min_batch_time; in ext4_parse_param()
2241 ctx->spec |= EXT4_SPEC_s_inode_readahead_blks; in ext4_parse_param()
2248 ctx->spec |= EXT4_SPEC_s_li_wait_mult; in ext4_parse_param()
2252 ctx->spec |= EXT4_SPEC_s_max_dir_size_kb; in ext4_parse_param()
2257 ctx->spec |= EXT4_SPEC_s_fc_debug_max_replay; in ext4_parse_param()
2262 ctx->spec |= EXT4_SPEC_s_stripe; in ext4_parse_param()
2266 ctx->spec |= EXT4_SPEC_s_resuid; in ext4_parse_param()
2270 ctx->spec |= EXT4_SPEC_s_resgid; in ext4_parse_param()
2279 ctx->spec |= EXT4_SPEC_JOURNAL_DEV; in ext4_parse_param()
2302 ctx->spec |= EXT4_SPEC_JOURNAL_DEV; in ext4_parse_param()
2314 ctx->spec |= EXT4_SPEC_JOURNAL_IOPRIO; in ext4_parse_param()
2357 ctx->spec |= EXT4_SPEC_mb_optimize_scan; in ext4_parse_param()
2360 ctx->spec |= EXT4_SPEC_mb_optimize_scan; in ext4_parse_param()
2502 if (s_ctx->spec & EXT4_SPEC_JOURNAL_DEV) in parse_apply_sb_mount_options()
2504 if (s_ctx->spec & EXT4_SPEC_JOURNAL_IOPRIO) in parse_apply_sb_mount_options()
2532 if (ctx->spec & EXT4_SPEC_JQUOTA) { in ext4_apply_quota_options()
2548 if (ctx->spec & EXT4_SPEC_JQFMT) in ext4_apply_quota_options()
2586 if (ctx->spec & EXT4_SPEC_JQUOTA) { in ext4_check_quota_consistency()
2610 if (ctx->spec & EXT4_SPEC_JQFMT) { in ext4_check_quota_consistency()
2648 if (!(ctx->spec & EXT4_SPEC_JQFMT || sbi->s_jquota_fmt)) { in ext4_check_quota_consistency()
2757 if ((ctx->spec & EXT4_SPEC_DATAJ) && is_remount) { in ext4_check_opt_consistency()
2820 #define APPLY(X) ({ if (ctx->spec & EXT4_SPEC_##X) sbi->X = ctx->X; }) in ext4_apply_options()
2905 const struct fs_parameter_spec *spec; in token2str() local
2907 for (spec = ext4_param_specs; spec->name != NULL; spec++) in token2str()
2908 if (spec->opt == token && !spec->type) in token2str()
2910 return spec->name; in token2str()
5260 if (!(ctx->spec & EXT4_SPEC_JOURNAL_IOPRIO)) in __ext4_fill_super()
5551 if (!(ctx->spec & EXT4_SPEC_mb_optimize_scan)) { in __ext4_fill_super()
5725 if (ctx->spec & EXT4_SPEC_s_sb_block) in ext4_fill_super()
6495 if (!(ctx->spec & EXT4_SPEC_JOURNAL_IOPRIO)) { in __ext4_remount()
6504 if ((ctx->spec & EXT4_SPEC_s_stripe) && in __ext4_remount()