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

/external/f2fs-tools/fsck/
H A Ddump.c148 skip = idx = ADDRS_PER_BLOCK;
152 skip = idx * ADDRS_PER_BLOCK;
H A Dfsck.c525 for (idx = 0; idx < ADDRS_PER_BLOCK; idx++) {
/external/f2fs-tools/include/
H A Df2fs_fs.h417 #define ADDRS_PER_BLOCK 1018 /* Address Pointers in a Direct Block */ macro
472 __le32 addr[ADDRS_PER_BLOCK]; /* array of data block address */

Completed in 245 milliseconds