Lines Matching refs:e2di_blocks
953 node.e2di_blocks[0] = alloc(sblock.e2fs_bsize, node.e2di_mode);
954 if (node.e2di_blocks[0] == 0) {
965 node.e2di_blocks[i] = blk;
967 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[0]),
973 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[i]),
1000 node.e2di_blocks[0] = alloc(node.e2di_size, node.e2di_mode);
1001 if (node.e2di_blocks[0] == 0) {
1005 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[0]),
1150 node.e2di_blocks[i] = 0;
1152 node.e2di_blocks[EXT2FS_NDADDR + SINGLE] = 0;
1153 node.e2di_blocks[EXT2FS_NDADDR + TRIPLE] = 0;
1156 node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] =
1158 if (node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] == 0)
1241 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[EXT2FS_NDADDR + DOUBLE]),
1375 /* e2fs_i_bswap() doesn't swap e2di_blocks addrs */
1378 dp->e2di_blocks[i] = h2fs32(ip->e2di_blocks[i]);