Searched refs:NIDS_PER_BLOCK (Results 1 – 6 of 6) sorted by relevance
357 if (ofs == 3 || ofs == 4 + NIDS_PER_BLOCK || in IS_DNODE()358 ofs == 5 + 2 * NIDS_PER_BLOCK) in IS_DNODE()360 if (ofs >= 6 + 2 * NIDS_PER_BLOCK) { in IS_DNODE()361 ofs -= 6 + 2 * NIDS_PER_BLOCK; in IS_DNODE()362 if (!((long int)ofs % (NIDS_PER_BLOCK + 1))) in IS_DNODE()
630 end = min(end, NIDS_PER_BLOCK); in f2fs_ra_node_pages()643 const long indirect_blks = ADDRS_PER_BLOCK(dn->inode) * NIDS_PER_BLOCK; in f2fs_get_next_page_offset()653 skipped_unit *= NIDS_PER_BLOCK; in f2fs_get_next_page_offset()681 const long dptrs_per_blk = NIDS_PER_BLOCK; in get_node_path()682 const long indirect_blks = ADDRS_PER_BLOCK(inode) * NIDS_PER_BLOCK; in get_node_path()683 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK; in get_node_path()958 return NIDS_PER_BLOCK + 1; in truncate_nodes()968 f2fs_ra_node_pages(page, ofs, NIDS_PER_BLOCK); in truncate_nodes()972 for (i = ofs; i < NIDS_PER_BLOCK; i++, freed++) { in truncate_nodes()984 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()[all …]
980 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in f2fs_start_bidx_of_node()989 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1); in f2fs_start_bidx_of_node()993 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in f2fs_start_bidx_of_node()
1862 leaf_count *= NIDS_PER_BLOCK; in max_inode_blocks()1866 leaf_count *= NIDS_PER_BLOCK; in max_inode_blocks()
3053 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()3057 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()
215 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */ macro295 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */