HomeSort by relevance Sort by last modified time
    Searched refs:SIT_I (Results 1 - 5 of 5) sorted by null

  /external/f2fs-tools/fsck/
dump.c 129 struct sit_info *sit_i = SIT_I(sbi); local
148 offset = SIT_BLOCK_OFFSET(sit_i, segno);
153 f2fs_test_bit(offset, sit_i->sit_bitmap) ? 2 : 1);
598 } else if (blk_addr < SIT_I(sbi)->sit_base_addr) {
mount.c 1095 struct sit_info *sit_i; local
1100 sit_i = malloc(sizeof(struct sit_info));
1101 if (!sit_i)
1104 SM_I(sbi)->sit_info = sit_i;
1106 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
1107 if (!sit_i->sentries)
1111 sit_i->sentries[start].cur_valid_map
1113 if (!sit_i->sentries[start].cur_valid_map)
1124 sit_i->sit_base_addr = get_sb(sit_blkaddr);
1125 sit_i->sit_blocks = sit_segs << sbi->log_blocks_per_seg
1350 struct sit_info *sit_i = SIT_I(sbi); local
1373 struct sit_info *sit_i = SIT_I(sbi); local
1429 struct sit_info *sit_i = SIT_I(sbi); local
1627 struct sit_info *sit_i = SIT_I(sbi); local
1736 struct sit_info *sit_i = SIT_I(sbi); local
1784 struct sit_info *sit_i = SIT_I(sbi); local
1861 struct sit_info *sit_i = SIT_I(sbi); local
2414 struct sit_info *sit_i = SIT_I(sbi); local
    [all...]
f2fs.h 225 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi)
352 #define SIT_ENTRY_OFFSET(sit_i, segno) \
353 ((segno) % sit_i->sents_per_block)
354 #define SIT_BLOCK_OFFSET(sit_i, segno) \
resize.c 359 struct sit_info *sit_i = SIT_I(sbi); local
387 ofs = SIT_BLOCK_OFFSET(sit_i, segno - offset);
399 sit = &sit_blk->entries[SIT_ENTRY_OFFSET(sit_i, segno - offset)];
fsck.c 1897 struct sit_info *sit_i = SIT_I(sbi); local
    [all...]

Completed in 81 milliseconds