Searched refs:START_BLOCK (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.ublimage | 66 START_BLOCK Block number where user bootloader is present 68 START_BLOCK 5
|
H A D | README.davinci.nand_spl | 91 START_BLOCK 5
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 1151 if (end < START_BLOCK(sbi, segno + 1)) in __check_sit_bitmap() 1158 blk = START_BLOCK(sbi, segno + 1); in __check_sit_bitmap() 2107 de->start_blkaddr = START_BLOCK(sbi, cpc->trim_start); in add_discard_addrs() 2199 f2fs_issue_discard(sbi, START_BLOCK(sbi, start), in f2fs_clear_prefree_segments() 2208 f2fs_issue_discard(sbi, START_BLOCK(sbi, start_segno), in f2fs_clear_prefree_segments() 2807 !f2fs_valid_pinned_area(sbi, START_BLOCK(sbi, segno))) { in new_curseg() 3302 start_block = START_BLOCK(sbi, start_segno); in f2fs_trim_fs() 3303 end_block = START_BLOCK(sbi, end_segno + 1); in f2fs_trim_fs() 4911 wp_blkoff = wp_block - START_BLOCK(sbi, wp_segno); in check_zone_write_pointer() 4937 last_valid_block = START_BLOCK(sbi, segno) + b; in check_zone_write_pointer() [all …]
|
H A D | segment.h | 86 #define START_BLOCK(sbi, segno) (SEG0_BLKADDR(sbi) + \ macro 90 (START_BLOCK(sbi, (curseg)->segno) + (curseg)->next_blkoff)
|
H A D | gc.c | 1009 start_addr = START_BLOCK(sbi, segno); in gc_node_segment() 1507 start_addr = START_BLOCK(sbi, segno); in gc_data_segment()
|
H A D | node.c | 2868 addr = START_BLOCK(sbi, segno); in f2fs_restore_node_summary()
|