Searched refs:ei_block (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | extents.c | 414 lblk != le32_to_cpu(ext_idx->ei_block)) in ext4_valid_extent_entries() 421 lblock = le32_to_cpu(ext_idx->ei_block); in ext4_valid_extent_entries() 554 depth, pblk, le32_to_cpu(idx->ei_block)); in __read_extent_tree_block() 652 le32_to_cpu(path->p_idx->ei_block), in ext4_ext_show_path() 700 level, le32_to_cpu(idx->ei_block), in ext4_ext_show_move() 758 if (block < le32_to_cpu(m->ei_block)) in ext4_ext_binsearch_idx() 763 le32_to_cpu(l->ei_block), m, le32_to_cpu(m->ei_block), in ext4_ext_binsearch_idx() 764 r, le32_to_cpu(r->ei_block)); in ext4_ext_binsearch_idx() 768 ext_debug(inode, " -> %u->%lld ", le32_to_cpu(path->p_idx->ei_block), in ext4_ext_binsearch_idx() 778 if (k != 0 && le32_to_cpu(ix->ei_block) <= in ext4_ext_binsearch_idx() [all …]
|
| H A D | ext4_extents.h | 75 __le32 ei_block; /* index covers logical blocks from 'block' */ member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ext4fs.h | 65 __le32 ei_block; /* index covers logical blocks from 'block' */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | extents.patch | 42 newpath->end_blk = ext2fs_le32_to_cpu(ix->ei_block);
|
| /OK3568_Linux_fs/buildroot/package/e2fsprogs/ |
| H A D | 0001-libext2fs-add-sanity-check-to-extent-manipulation.patch | 45 newpath->end_blk = ext2fs_le32_to_cpu(ix->ei_block);
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.c | 1549 } while (fileblock >= le32_to_cpu(index[i].ei_block)); in ext4fs_get_extent_block()
|