Home
last modified time | relevance | path

Searched refs:START_BLOCK (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/doc/
DREADME.ublimage66 START_BLOCK Block number where user bootloader is present
68 START_BLOCK 5
DREADME.davinci.nand_spl91 START_BLOCK 5
/external/f2fs-tools/fsck/
Dresize.c185 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()
Df2fs.h337 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ macro
Dmount.c1465 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()