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

  /external/f2fs-tools/fsck/
dump.c 152 idx = NIDS_PER_BLOCK;
157 idx = NIDS_PER_BLOCK;
324 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4;
343 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1);
346 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1);
fsck.c 590 for (i = 0 ; i < NIDS_PER_BLOCK; i++) {
610 for (i = 0; i < NIDS_PER_BLOCK; i++) {
  /external/f2fs-tools/include/
f2fs_fs.h 427 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */
485 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */

Completed in 1125 milliseconds