Searched refs:NIDS_PER_BLOCK (Results 1 – 5 of 5) sorted by relevance
116 if (ofs == 3 || ofs == 4 + NIDS_PER_BLOCK || in IS_DNODE()117 ofs == 5 + 2 * NIDS_PER_BLOCK) in IS_DNODE()120 if (ofs >= 6 + 2 * NIDS_PER_BLOCK) { in IS_DNODE()121 ofs -= 6 + 2 * NIDS_PER_BLOCK; in IS_DNODE()122 if (!((long int)ofs % (NIDS_PER_BLOCK + 1))) in IS_DNODE()
174 const long dptrs_per_blk = NIDS_PER_BLOCK; in get_node_path()175 const long indirect_blks = ADDRS_PER_BLOCK(&node->i) * NIDS_PER_BLOCK; in get_node_path()176 const long dindirect_blks = indirect_blks * NIDS_PER_BLOCK; in get_node_path()
307 idx = NIDS_PER_BLOCK; in dump_node_blk()312 idx = NIDS_PER_BLOCK; in dump_node_blk()611 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in start_bidx_of_node()620 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1); in start_bidx_of_node()623 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in start_bidx_of_node()
681 for (i = 0; i < NIDS_PER_BLOCK; i++) { in fsck_reada_all_direct_node_blocks()934 NIDS_PER_BLOCK + in fsck_chk_inode_blk()936 NIDS_PER_BLOCK * NIDS_PER_BLOCK) * F2FS_BLKSIZE; in fsck_chk_inode_blk()1024 NIDS_PER_BLOCK; in fsck_chk_inode_blk()1027 NIDS_PER_BLOCK * NIDS_PER_BLOCK; in fsck_chk_inode_blk()1270 for (i = 0; i < NIDS_PER_BLOCK; i++) { in fsck_chk_idnode_blk()1313 for (i = 0; i < NIDS_PER_BLOCK; i++) { in fsck_chk_didnode_blk()1331 NIDS_PER_BLOCK; in fsck_chk_didnode_blk()2778 for (i = 0; i < NIDS_PER_BLOCK; i++) { in fsck_failed_reconnect_file_idnode()2808 for (i = 0; i < NIDS_PER_BLOCK; i++) { in fsck_failed_reconnect_file_didnode()
912 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */ macro1051 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */