Lines Matching refs:APPLY
2829 #define APPLY(X) ({ if (ctx->spec & EXT4_SPEC_##X) sbi->X = ctx->X; }) in ext4_apply_options() macro
2830 APPLY(s_commit_interval); in ext4_apply_options()
2831 APPLY(s_stripe); in ext4_apply_options()
2832 APPLY(s_max_batch_time); in ext4_apply_options()
2833 APPLY(s_min_batch_time); in ext4_apply_options()
2834 APPLY(s_want_extra_isize); in ext4_apply_options()
2835 APPLY(s_inode_readahead_blks); in ext4_apply_options()
2836 APPLY(s_max_dir_size_kb); in ext4_apply_options()
2837 APPLY(s_li_wait_mult); in ext4_apply_options()
2838 APPLY(s_resgid); in ext4_apply_options()
2839 APPLY(s_resuid); in ext4_apply_options()
2842 APPLY(s_fc_debug_max_replay); in ext4_apply_options()