Home
last modified time | relevance | path

Searched refs:dext (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/ext4/
Dmove_extent.c475 struct ext4_ext_path *orig_path, struct ext4_extent *dext, in mext_leaf_block() argument
491 ext4_ext_store_pblock(&new_ext, ext4_ext_pblock(dext)); in mext_leaf_block()
492 new_ext.ee_len = dext->ee_len; in mext_leaf_block()
660 struct ext4_extent *oext, *dext; in mext_replace_branches() local
684 dext = donor_path[depth].p_ext; in mext_replace_branches()
685 tmp_dext = *dext; in mext_replace_branches()
695 if (!dext) { in mext_replace_branches()
746 dext = donor_path[depth].p_ext; in mext_replace_branches()
747 tmp_dext = *dext; in mext_replace_branches()
/linux-2.6.39/lib/zlib_inflate/
Dinftrees.c56 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in zlib_inflate_table() local
182 extra = dext; in zlib_inflate_table()