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

/linux-master/fs/hfsplus/
H A Doptions.c226 seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4);
228 seq_show_option_n(seq, "type", (char *)&sbi->type, 4);
/linux-master/fs/hfs/
H A Dsuper.c138 seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4);
140 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4);
/linux-master/include/linux/
H A Dseq_file.h266 * seq_show_option_n - display mount options with appropriate escapes
277 #define seq_show_option_n(m, name, value, length) { \ macro

Completed in 367 milliseconds