Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c2923 unsigned short seg_type = curseg->seg_type; in reset_curseg() local
2938 sanity_check_seg_type(sbi, seg_type); in reset_curseg()
2940 if (IS_DATASEG(seg_type)) in reset_curseg()
2942 if (IS_NODESEG(seg_type)) in reset_curseg()
2944 __set_sit_entry_type(sbi, seg_type, curseg->segno, modified); in reset_curseg()
2950 unsigned short seg_type = curseg->seg_type; in __get_next_segno() local
2952 sanity_check_seg_type(sbi, seg_type); in __get_next_segno()
2974 if (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type)) in __get_next_segno()
3100 curseg->seg_type = target_type; in get_atssr_segment()
3105 curseg->seg_type = se->type; in get_atssr_segment()
[all …]
H A Dsegment.h32 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()
279 unsigned short seg_type; /* segment type like CURSEG_XXX_TYPE */ member
H A Ddata.c1382 static int __allocate_data_block(struct dnode_of_data *dn, int seg_type) in __allocate_data_block() argument
1408 &dn->data_blkaddr, &sum, seg_type, NULL); in __allocate_data_block()
H A Df2fs.h3943 enum log_type seg_type);
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1368 return le32_to_cpu(seg->seg_type) == SEGMENT_TYPE_SIGNING; in ice_is_signing_seg_at_idx()
1642 le32_to_cpu(ice_seg->hdr.seg_type), in ice_download_pkg_without_sig_seg()
1829 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, in ice_find_seg_in_pkg() argument
1845 if (le32_to_cpu(seg->seg_type) == seg_type) in ice_find_seg_in_pkg()
H A Dice_ddp.h116 __le32 seg_type; member
/linux/drivers/net/ethernet/qlogic/qed/
H A 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()