Searched refs:indirect_blks (Results 1 – 2 of 2) sorted by relevance
114 const long indirect_blks = ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in get_node_path() local115 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK; in get_node_path()142 if (block < indirect_blks) { in get_node_path()151 block -= indirect_blks; in get_node_path()152 if (block < indirect_blks) { in get_node_path()161 block -= indirect_blks; in get_node_path()165 offset[n++] = block / indirect_blks; in get_node_path()
533 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in dump_data_offset() local551 } else if (node_ofs <= indirect_blks) { in dump_data_offset()555 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in dump_data_offset()