Searched refs:seg_type (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | segment.c | 2861 unsigned short seg_type = curseg->seg_type; in reset_curseg() local 2878 if (IS_DATASEG(seg_type)) in reset_curseg() 2880 if (IS_NODESEG(seg_type)) in reset_curseg() 2888 unsigned short seg_type = curseg->seg_type; in __get_next_segno() local 2912 if (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type)) in __get_next_segno() 3160 unsigned short seg_type = curseg->seg_type; in get_ssr_segment() local 3174 if (IS_NODESEG(seg_type)) { in get_ssr_segment() 3193 if (i == seg_type) in get_ssr_segment() 3665 switch (curseg->seg_type) { in f2fs_get_segment_temp() 3892 seg_type = (int)type; in log_type_to_seg_type() [all …]
|
| H A D | segment.h | 32 unsigned short seg_type) in sanity_check_seg_type() argument 34 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type() 295 unsigned short seg_type; /* segment type like CURSEG_XXX_TYPE */ member
|
| H A D | data.c | 1394 static int __allocate_data_block(struct dnode_of_data *dn, int seg_type) in __allocate_data_block() argument 1420 &dn->data_blkaddr, &sum, seg_type, NULL); in __allocate_data_block()
|
| H A D | f2fs.h | 3828 enum log_type seg_type);
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ddp.c | 1367 return le32_to_cpu(seg->seg_type) == SEGMENT_TYPE_SIGNING; in ice_is_signing_seg_at_idx() 1641 le32_to_cpu(ice_seg->hdr.seg_type), in ice_download_pkg_without_sig_seg() 1828 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, in ice_find_seg_in_pkg() argument 1844 if (le32_to_cpu(seg->seg_type) == seg_type) in ice_find_seg_in_pkg()
|
| H A D | ice_ddp.h | 116 __le32 seg_type; member
|
| /linux-6.15/sound/pci/cs46xx/ |
| H A D | dsp_spos.c | 113 static struct dsp_segment_desc * get_segment_desc (struct dsp_module_desc * module, int seg_type) in get_segment_desc() argument 117 if (module->segments[i].segment_type == seg_type) { in get_segment_desc()
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 358 u8 seg_type, u32 count, bool has_fl) in qed_cxt_set_proto_tid_count() argument 365 p_seg->type = seg_type; in qed_cxt_set_proto_tid_count()
|