Searched refs:seq_show_option_n (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | super.c | 139 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 233 #define seq_show_option_n(m, name, value, length) { \ macro
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | super.c | 1526 seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, in ocfs2_show_options()
|