Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Doptions.c226 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()
/linux-4.19.296/fs/hfs/
Dsuper.c139 seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); in hfs_show_options()
141 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options()
/linux-4.19.296/include/linux/
Dseq_file.h200 #define seq_show_option_n(m, name, value, length) { \ macro
/linux-4.19.296/fs/ocfs2/
Dsuper.c1577 seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, in ocfs2_show_options()