Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dnode.c123 const long indirect_blks = ADDRS_PER_BLOCK(&node->i) * NIDS_PER_BLOCK; in get_node_path() local
124 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK; in get_node_path()
151 if (block < indirect_blks) { in get_node_path()
160 block -= indirect_blks; in get_node_path()
161 if (block < indirect_blks) { in get_node_path()
170 block -= indirect_blks; in get_node_path()
174 offset[n++] = block / indirect_blks; in get_node_path()
Ddump.c541 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in start_bidx_of_node() local
549 } else if (node_ofs <= indirect_blks) { in start_bidx_of_node()
553 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in start_bidx_of_node()