Lines Matching defs:i_blocks
699 u64 i_blocks = le64_to_cpu(node_blk->i.i_blocks);
876 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt);
920 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt);
978 &child, (i_blocks == *blk_cnt),
1048 if (i_blocks != *blk_cnt) {
1049 ASSERT_MSG("ino: 0x%x has i_blocks: %08"PRIx64", "
1051 nid, i_blocks, *blk_cnt);
1053 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt);
1055 FIX_MSG("[0x%x] i_blocks=0x%08"PRIx64" -> 0x%x",
1056 nid, i_blocks, *blk_cnt);
1092 DBG(1, "Orphan Inode: 0x%x [%s] i_blocks: %u\n\n",
1094 en, (u32)i_blocks);
1097 DBG(1, "Quota Inode: 0x%x [%s] i_blocks: %u\n\n",
1099 en, (u32)i_blocks);
1153 i_blocks == (i_xattr_nid ? 3 : 2)) {
1246 le64_to_cpu(inode->i_blocks) == *blk_cnt, ftype,