Lines Matching refs:NIDS_PER_BLOCK
413 const long dptrs_per_blk = NIDS_PER_BLOCK; in get_node_path()
414 const long indirect_blks = ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in get_node_path()
415 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK; in get_node_path()
659 return NIDS_PER_BLOCK + 1; in truncate_nodes()
671 for (i = ofs; i < NIDS_PER_BLOCK; i++, freed++) { in truncate_nodes()
682 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
683 for (i = ofs; i < NIDS_PER_BLOCK; i++) { in truncate_nodes()
686 child_nofs += NIDS_PER_BLOCK + 1; in truncate_nodes()
691 if (ret == (NIDS_PER_BLOCK + 1)) { in truncate_nodes()
745 for (i = offset[idx + 1]; i < NIDS_PER_BLOCK; i++) { in truncate_partial_nodes()
814 nofs += 1 + NIDS_PER_BLOCK; in truncate_inode_blocks()
817 nofs = 5 + 2 * NIDS_PER_BLOCK; in truncate_inode_blocks()
1115 end = min(end, NIDS_PER_BLOCK); in get_node_page_ra()