Searched refs:seq_show_option_n (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | options.c | 222 seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); in hfsplus_show_options() 224 seq_show_option_n(seq, "type", (char *)&sbi->type, 4); in hfsplus_show_options()
|
/kernel/linux/linux-5.10/fs/hfs/ |
D | super.c | 138 seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); in hfs_show_options() 140 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options()
|
/kernel/linux/linux-5.10/include/linux/ |
D | seq_file.h | 233 #define seq_show_option_n(m, name, value, length) { \ macro
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | super.c | 1543 seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, in ocfs2_show_options()
|