Searched refs:START_BLOCK (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/doc/ |
D | README.ublimage | 66 START_BLOCK Block number where user bootloader is present 68 START_BLOCK 5
|
D | README.davinci.nand_spl | 91 START_BLOCK 5
|
/external/f2fs-tools/fsck/ |
D | resize.c | 185 from = START_BLOCK(sbi, i) + j; in migrate_main() 205 START_BLOCK(sbi, 0), in migrate_main() 206 START_BLOCK(sbi, 0) + offset); in migrate_main()
|
D | f2fs.h | 337 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ macro
|
D | mount.c | 1465 addr = START_BLOCK(sbi, segno); in restore_node_summary() 2187 *to = left ? START_BLOCK(sbi, segno) - 1: in find_next_free_block() 2188 START_BLOCK(sbi, segno + 1); in find_next_free_block() 2193 *to = left ? START_BLOCK(sbi, segno) - 1: in find_next_free_block() 2194 START_BLOCK(sbi, segno + 1); in find_next_free_block()
|