Searched refs:get_dtype (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | dir.c | 260 get_dtype(sb, de->file_type))) in ext4_readdir() 278 get_dtype(sb, de->file_type))) in ext4_readdir() 523 get_dtype(sb, fname->file_type))) { in call_filldir()
|
H A D | inline.c | 1588 get_dtype(sb, de->file_type))) in ext4_read_inline_dir()
|
H A D | ext4.h | 2737 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() function
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | dir.c | 275 get_dtype(sb, de->file_type))) in ext4_readdir() 295 get_dtype(sb, de->file_type))) in ext4_readdir() 539 get_dtype(sb, fname->file_type))) { in call_filldir()
|
H A D | inline.c | 1566 get_dtype(sb, de->file_type))) in ext4_read_inline_dir()
|
H A D | ext4.h | 2826 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() function
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | synopsys_edac.c | 335 * @get_dtype: Get dtype. 342 enum dev_type (*get_dtype)(const void __iomem *base); member 819 dimm->dtype = p_data->get_dtype(priv->baseaddr); in init_csrows() 892 .get_dtype = zynq_get_dtype, 900 .get_dtype = zynqmp_get_dtype, 912 .get_dtype = zynqmp_get_dtype,
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | synopsys_edac.c | 344 * @get_dtype: Get dtype. 351 enum dev_type (*get_dtype)(const void __iomem *base); member 795 dimm->dtype = p_data->get_dtype(priv->baseaddr); in init_csrows() 882 .get_dtype = zynq_get_dtype, 890 .get_dtype = zynqmp_get_dtype,
|
Completed in 24 milliseconds