Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dsysfs.c42 int struct_type; member
47 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) in __struct_ptr() argument
49 if (struct_type == GC_THREAD) in __struct_ptr()
51 else if (struct_type == SM_INFO) in __struct_ptr()
53 else if (struct_type == DCC_INFO) in __struct_ptr()
55 else if (struct_type == NM_INFO) in __struct_ptr()
57 else if (struct_type == F2FS_SBI || struct_type == RESERVED_BLOCKS) in __struct_ptr()
60 else if (struct_type == FAULT_INFO_RATE || in __struct_ptr()
61 struct_type == FAULT_INFO_TYPE) in __struct_ptr()
139 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_show()
[all …]
/Linux-v4.19/arch/mips/sgi-ip27/
Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument
38 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component()
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument
48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
/Linux-v4.19/kernel/bpf/
Dbtf.c177 #define for_each_member(i, struct_type, member) \ argument
178 for (i = 0, member = btf_type_member(struct_type); \
179 i < btf_type_vlen(struct_type); \
182 #define for_each_member_from(i, from, struct_type, member) \ argument
183 for (i = from, member = btf_type_member(struct_type) + from; \
184 i < btf_type_vlen(struct_type); \
271 const struct btf_type *struct_type,
532 const struct btf_type *struct_type, in btf_verifier_log_member() argument
550 btf_verifier_log_type(env, struct_type, NULL); in btf_verifier_log_member()
857 const struct btf_type *struct_type, in btf_df_check_member() argument
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebugfs.h71 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ argument
77 struct struct_type *stats = wl->stats.fw_stats; \
91 #define DEBUGFS_FWSTATS_FILE_ARRAY(sub, name, len, struct_type) \ argument
97 struct struct_type *stats = wl->stats.fw_stats; \
/Linux-v4.19/arch/ia64/include/asm/sn/
Dklconfig.h182 unsigned char struct_type; /* type of structure, local or remote */ member
217 unsigned char struct_type; /* type of this structure */ member
/Linux-v4.19/arch/mips/include/asm/sn/
Dklconfig.h423 unsigned char struct_type; /* type of structure, local or remote */ member
459 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
485 unsigned char struct_type; /* type of this structure */ member