Home
last modified time | relevance | path

Searched refs:indirect_blks (Results 1 – 2 of 2) sorted by relevance

/external/f2fs-tools/fsck/
Dnode.c128 const long indirect_blks = ADDRS_PER_BLOCK(&node->i) * NIDS_PER_BLOCK; in get_node_path() local
129 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK; in get_node_path()
156 if (block < indirect_blks) { in get_node_path()
165 block -= indirect_blks; in get_node_path()
166 if (block < indirect_blks) { in get_node_path()
175 block -= indirect_blks; in get_node_path()
179 offset[n++] = block / indirect_blks; in get_node_path()
Ddump.c542 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in start_bidx_of_node() local
550 } else if (node_ofs <= indirect_blks) { in start_bidx_of_node()
554 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in start_bidx_of_node()