Searched refs:ee_block (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/ext4/ |
D | move_extent.c | 215 o_end->ee_block = end_ext->ee_block; in mext_insert_across_blocks() 221 eblock = le32_to_cpu(start_ext->ee_block); in mext_insert_across_blocks() 232 eblock = le32_to_cpu(start_ext->ee_block); in mext_insert_across_blocks() 242 o_end->ee_block = end_ext->ee_block; in mext_insert_across_blocks() 250 if (new_ext->ee_block) in mext_insert_across_blocks() 251 eblock = le32_to_cpu(new_ext->ee_block); in mext_insert_across_blocks() 271 le32_to_cpu(end_ext->ee_block) - 1, &orig_path); in mext_insert_across_blocks() 450 start_ext.ee_block = end_ext.ee_block = 0; in mext_leaf_block() 455 new_ext.ee_block = cpu_to_le32(*from); in mext_leaf_block() 459 new_ext_end = le32_to_cpu(new_ext.ee_block) + new_ext_alen - 1; in mext_leaf_block() [all …]
|
D | extents.c | 161 ext4_lblk_t ext_block = le32_to_cpu(ex->ee_block); in ext4_ext_find_goal() 189 goal = ext4_ext_find_goal(inode, path, le32_to_cpu(ex->ee_block)); in ext4_ext_new_meta_block() 320 ext4_lblk_t lblock = le32_to_cpu(ext->ee_block); in ext4_valid_extent() 359 lblock = le32_to_cpu(ext->ee_block); in ext4_valid_extent_entries() 447 le32_to_cpu(path->p_ext->ee_block), in ext4_ext_show_path() 473 ext_debug("%d:[%d]%d:%llu ", le32_to_cpu(ex->ee_block), in ext4_ext_show_leaf() 503 le32_to_cpu(ex->ee_block), in ext4_ext_show_move() 617 if (block < le32_to_cpu(m->ee_block)) in ext4_ext_binsearch() 621 ext_debug("%p(%u):%p(%u):%p(%u) ", l, le32_to_cpu(l->ee_block), in ext4_ext_binsearch() 622 m, le32_to_cpu(m->ee_block), in ext4_ext_binsearch() [all …]
|
D | ext4_extents.h | 73 __le32 ee_block; /* first logical block extent covers */ member
|
D | migrate.c | 38 newext.ee_block = cpu_to_le32(lb->first_block); in finish_range()
|
/linux-3.4.99/include/trace/events/ |
D | ext4.h | 1420 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1461 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1464 __entry->i_lblk = le32_to_cpu(ix->ee_block); 1918 __entry->ee_lblk = cpu_to_le32(ex->ee_block); 1958 __entry->ee_lblk = le32_to_cpu(ex->ee_block);
|