Searched refs:NIDS_PER_BLOCK (Results 1 – 3 of 3) sorted by relevance
152 idx = NIDS_PER_BLOCK; in dump_node_blk()157 idx = NIDS_PER_BLOCK; in dump_node_blk()324 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in dump_data_offset()343 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1); in dump_data_offset()346 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in dump_data_offset()
590 for (i = 0 ; i < NIDS_PER_BLOCK; i++) { in fsck_chk_idnode_blk()610 for (i = 0; i < NIDS_PER_BLOCK; i++) { in fsck_chk_didnode_blk()
427 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */ macro485 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */