Lines Matching refs:v
986 static int aa_sfs_seq_show(struct seq_file *seq, void *v) in aa_sfs_seq_show() argument
995 seq_printf(seq, "%s\n", fs_file->v.boolean ? "yes" : "no"); in aa_sfs_seq_show()
998 seq_printf(seq, "%s\n", fs_file->v.string); in aa_sfs_seq_show()
1001 seq_printf(seq, "%#08lx\n", fs_file->v.u64); in aa_sfs_seq_show()
1065 static int seq_profile_name_show(struct seq_file *seq, void *v) in seq_profile_name_show() argument
1076 static int seq_profile_mode_show(struct seq_file *seq, void *v) in seq_profile_mode_show() argument
1087 static int seq_profile_attach_show(struct seq_file *seq, void *v) in seq_profile_attach_show() argument
1103 static int seq_profile_hash_show(struct seq_file *seq, void *v) in seq_profile_hash_show() argument
1145 static int seq_ns_stacked_show(struct seq_file *seq, void *v) in seq_ns_stacked_show() argument
1156 static int seq_ns_nsstacked_show(struct seq_file *seq, void *v) in seq_ns_nsstacked_show() argument
1179 static int seq_ns_level_show(struct seq_file *seq, void *v) in seq_ns_level_show() argument
1190 static int seq_ns_name_show(struct seq_file *seq, void *v) in seq_ns_name_show() argument
1251 static int seq_rawdata_abi_show(struct seq_file *seq, void *v) in seq_rawdata_abi_show() argument
1260 static int seq_rawdata_revision_show(struct seq_file *seq, void *v) in seq_rawdata_revision_show() argument
1269 static int seq_rawdata_hash_show(struct seq_file *seq, void *v) in seq_rawdata_hash_show() argument
2346 for (fs_file = fs_dir->v.files; fs_file && fs_file->name; ++fs_file) { in entry_create_dir()
2384 for (fs_file = fs_dir->v.files; fs_file && fs_file->name; ++fs_file) { in entry_remove_dir()