Home
last modified time | relevance | path

Searched refs:SEQ_OPTS_PRINT (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ext4/
Dsuper.c2164 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg) in _ext4_show_options() macro
2167 SEQ_OPTS_PRINT("sb=%llu", sbi->s_sb_block); in _ext4_show_options()
2180 SEQ_OPTS_PRINT("%s", token2str(m->token)); in _ext4_show_options()
2185 SEQ_OPTS_PRINT("resuid=%u", in _ext4_show_options()
2189 SEQ_OPTS_PRINT("resgid=%u", in _ext4_show_options()
2199 SEQ_OPTS_PRINT("commit=%lu", sbi->s_commit_interval / HZ); in _ext4_show_options()
2201 SEQ_OPTS_PRINT("min_batch_time=%u", sbi->s_min_batch_time); in _ext4_show_options()
2203 SEQ_OPTS_PRINT("max_batch_time=%u", sbi->s_max_batch_time); in _ext4_show_options()
2207 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe); in _ext4_show_options()
2219 SEQ_OPTS_PRINT("inode_readahead_blks=%u", in _ext4_show_options()
[all …]