Home
last modified time | relevance | path

Searched refs:eblock (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/bfs/
Dinode.c398 unsigned long eblock; in bfs_fill_super() local
437 eblock = le32_to_cpu(di->i_eblock); in bfs_fill_super()
438 if (eblock > info->si_lf_eblk) in bfs_fill_super()
439 info->si_lf_eblk = eblock; in bfs_fill_super()
Ddir.c290 int block, sblock, eblock, off, pos; in bfs_add_entry() local
301 eblock = BFS_I(dir)->i_eblock; in bfs_add_entry()
302 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()
/linux-2.6.39/fs/ext4/
Dmove_extent.c231 ext4_lblk_t eblock = 0; in mext_insert_across_blocks() local
256 eblock = le32_to_cpu(start_ext->ee_block); in mext_insert_across_blocks()
267 eblock = le32_to_cpu(start_ext->ee_block); in mext_insert_across_blocks()
286 eblock = le32_to_cpu(new_ext->ee_block); in mext_insert_across_blocks()
295 err = get_ext_path(orig_inode, eblock, &orig_path); in mext_insert_across_blocks()