Searched refs:seq_show_option_n (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/hfsplus/ |
H A D | options.c | 226 seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); in hfsplus_show_options() 228 seq_show_option_n(seq, "type", (char *)&sbi->type, 4); in hfsplus_show_options()
|
/openbmc/linux/fs/hfs/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A D | seq_file.h | 262 #define seq_show_option_n(m, name, value, length) { \ macro
|