Home
last modified time | relevance | path

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

/linux-6.15/fs/hfsplus/
H A Doptions.c151 seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); in hfsplus_show_options()
153 seq_show_option_n(seq, "type", (char *)&sbi->type, 4); in hfsplus_show_options()
/linux-6.15/fs/hfs/
H A Dsuper.c143 seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); in hfs_show_options()
145 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options()
/linux-6.15/include/linux/
H A Dseq_file.h288 #define seq_show_option_n(m, name, value, length) { \ macro