Home
last modified time | relevance | path

Searched refs:seg_type (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/f2fs/ !
Dsegment.c2512 unsigned short seg_type = curseg->seg_type; in reset_curseg() local
2523 sanity_check_seg_type(sbi, seg_type); in reset_curseg()
2525 if (IS_DATASEG(seg_type)) in reset_curseg()
2527 if (IS_NODESEG(seg_type)) in reset_curseg()
2529 __set_sit_entry_type(sbi, seg_type, curseg->segno, modified); in reset_curseg()
2535 unsigned short seg_type = curseg->seg_type; in __get_next_segno() local
2537 sanity_check_seg_type(sbi, seg_type); in __get_next_segno()
2553 (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type))) in __get_next_segno()
2573 unsigned short seg_type = curseg->seg_type; in new_curseg() local
2580 if (seg_type == CURSEG_WARM_DATA || seg_type == CURSEG_COLD_DATA) in new_curseg()
[all …]
Dsegment.h30 unsigned short seg_type) in sanity_check_seg_type() argument
32 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG); in sanity_check_seg_type()
319 unsigned short seg_type; /* segment type like CURSEG_XXX_TYPE */ member
Ddata.c1396 static int __allocate_data_block(struct dnode_of_data *dn, int seg_type) in __allocate_data_block() argument
1423 &sum, seg_type, NULL); in __allocate_data_block()
/linux-6.1.9/drivers/net/ethernet/intel/ice/ !
Dice_flex_type.h34 __le32 seg_type; member
Dice_flex_pipe.c1010 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, in ice_find_seg_in_pkg() argument
1027 if (le32_to_cpu(seg->seg_type) == seg_type) in ice_find_seg_in_pkg()
1228 le32_to_cpu(ice_seg->hdr.seg_type), in ice_download_pkg()
/linux-6.1.9/sound/pci/cs46xx/ !
Ddsp_spos.c113 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.1.9/drivers/net/ethernet/qlogic/qed/ !
Dqed_cxt.c358 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()