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

/linux-master/fs/f2fs/
H A Dsegment.c2756 unsigned short seg_type = curseg->seg_type; local
2771 sanity_check_seg_type(sbi, seg_type);
2773 if (IS_DATASEG(seg_type))
2775 if (IS_NODESEG(seg_type))
2777 __set_sit_entry_type(sbi, seg_type, curseg->segno, modified);
2783 unsigned short seg_type = curseg->seg_type; local
2785 sanity_check_seg_type(sbi, seg_type);
2799 if (seg_type
3018 unsigned short seg_type = curseg->seg_type; local
[all...]
H A Dsegment.h30 unsigned short seg_type)
32 f2fs_bug_on(sbi, seg_type >= NR_PERSISTENT_LOG);
296 unsigned short seg_type; /* segment type like CURSEG_XXX_TYPE */ member in struct:curseg_info
29 sanity_check_seg_type(struct f2fs_sb_info *sbi, unsigned short seg_type) argument
H A Ddata.c1386 static int __allocate_data_block(struct dnode_of_data *dn, int seg_type) argument
1412 &dn->data_blkaddr, &sum, seg_type, NULL);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.h116 __le32 seg_type; member in struct:ice_generic_seg_hdr
H A Dice_ddp.c1232 return le32_to_cpu(seg->seg_type) == SEGMENT_TYPE_SIGNING;
1588 le32_to_cpu(ice_seg->hdr.seg_type),
1767 * @seg_type: the segment type to search for (i.e., SEGMENT_TYPE_CPK)
1775 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, argument
1793 if (le32_to_cpu(seg->seg_type) == seg_type)
/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.c113 static struct dsp_segment_desc * get_segment_desc (struct dsp_module_desc * module, int seg_type) argument
117 if (module->segments[i].segment_type == seg_type) {
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c358 u8 seg_type, u32 count, bool has_fl)
365 p_seg->type = seg_type;
355 qed_cxt_set_proto_tid_count(struct qed_hwfn *p_hwfn, enum protocol_type proto, u8 seg, u8 seg_type, u32 count, bool has_fl) argument

Completed in 243 milliseconds