Searched refs:raw_sit (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/f2fs/
H A Dsegment.h572 int segno, struct f2fs_sit_entry *raw_sit) check_block_count()
574 bool is_valid = test_bit_le(0, raw_sit->valid_map) ? true : false; check_block_count()
579 BUG_ON(GET_SIT_VBLOCKS(raw_sit) > sbi->blocks_per_seg); check_block_count()
587 next_pos = find_next_zero_bit_le(&raw_sit->valid_map, check_block_count()
592 next_pos = find_next_bit_le(&raw_sit->valid_map, check_block_count()
598 BUG_ON(GET_SIT_VBLOCKS(raw_sit) != valid_blocks); check_block_count()
617 int segno, struct f2fs_sit_entry *raw_sit) check_block_count()
620 if (GET_SIT_VBLOCKS(raw_sit) > sbi->blocks_per_seg) check_block_count()
571 check_block_count(struct f2fs_sb_info *sbi, int segno, struct f2fs_sit_entry *raw_sit) check_block_count() argument
616 check_block_count(struct f2fs_sb_info *sbi, int segno, struct f2fs_sit_entry *raw_sit) check_block_count() argument
H A Dsegment.c1764 struct f2fs_sit_block *raw_sit = NULL; list_for_each_entry_safe() local
1776 raw_sit = page_address(page); list_for_each_entry_safe()
1802 &raw_sit->entries[sit_offset]); for_each_set_bit_from()
/linux-4.1.27/include/linux/
H A Df2fs_fs.h285 #define GET_SIT_VBLOCKS(raw_sit) \
286 (le16_to_cpu((raw_sit)->vblocks) & SIT_VBLOCKS_MASK)
287 #define GET_SIT_TYPE(raw_sit) \
288 ((le16_to_cpu((raw_sit)->vblocks) & ~SIT_VBLOCKS_MASK) \

Completed in 104 milliseconds