Lines Matching refs:SEQ_OPTS_PRINT
2932 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg) in _ext4_show_options() macro
2935 SEQ_OPTS_PRINT("sb=%llu", sbi->s_sb_block); in _ext4_show_options()
2961 SEQ_OPTS_PRINT("%s", token2str(m->token)); in _ext4_show_options()
2966 SEQ_OPTS_PRINT("resuid=%u", in _ext4_show_options()
2970 SEQ_OPTS_PRINT("resgid=%u", in _ext4_show_options()
2980 SEQ_OPTS_PRINT("commit=%lu", sbi->s_commit_interval / HZ); in _ext4_show_options()
2982 SEQ_OPTS_PRINT("min_batch_time=%u", sbi->s_min_batch_time); in _ext4_show_options()
2984 SEQ_OPTS_PRINT("max_batch_time=%u", sbi->s_max_batch_time); in _ext4_show_options()
2986 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe); in _ext4_show_options()
2998 SEQ_OPTS_PRINT("inode_readahead_blks=%u", in _ext4_show_options()
3003 SEQ_OPTS_PRINT("init_itable=%u", sbi->s_li_wait_mult); in _ext4_show_options()
3005 SEQ_OPTS_PRINT("max_dir_size_kb=%u", sbi->s_max_dir_size_kb); in _ext4_show_options()