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

  /external/f2fs-tools/fsck/
node.h 94 if (ofs == 3 || ofs == 4 + NIDS_PER_BLOCK ||
95 ofs == 5 + 2 * NIDS_PER_BLOCK)
98 if (ofs >= 6 + 2 * NIDS_PER_BLOCK) {
99 ofs -= 6 + 2 * NIDS_PER_BLOCK;
100 if (!((long int)ofs % (NIDS_PER_BLOCK + 1)))
node.c 113 const long dptrs_per_blk = NIDS_PER_BLOCK;
114 const long indirect_blks = ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
115 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK;
dump.c 282 idx = NIDS_PER_BLOCK;
287 idx = NIDS_PER_BLOCK;
533 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4;
552 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1);
555 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1);
fsck.c 811 child.pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
814 NIDS_PER_BLOCK * NIDS_PER_BLOCK;
1000 for (i = 0; i < NIDS_PER_BLOCK; i++) {
1040 for (i = 0; i < NIDS_PER_BLOCK; i++) {
1057 child->pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 690 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */
793 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */
    [all...]

Completed in 65 milliseconds