Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-klconfig.c17 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument
37 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component()
45 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument
47 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
/linux-4.4.14/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-4.4.14/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-4.4.14/fs/f2fs/
Dsuper.c110 int struct_type; member
114 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) in __struct_ptr() argument
116 if (struct_type == GC_THREAD) in __struct_ptr()
118 else if (struct_type == SM_INFO) in __struct_ptr()
120 else if (struct_type == NM_INFO) in __struct_ptr()
122 else if (struct_type == F2FS_SBI) in __struct_ptr()
133 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_show()
151 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_store()
196 .struct_type = _struct_type, \
200 #define F2FS_RW_ATTR(struct_type, struct_name, name, elname) \ argument
[all …]
/linux-4.4.14/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