Searched refs:i_eblock (Results 1 – 2 of 2) sorted by relevance
76 if (phys <= bi->i_eblock) { in bfs_get_block()88 if (bi->i_sblock && (phys <= bi->i_eblock)) { in bfs_get_block()107 if (bi->i_eblock == info->si_lf_eblk) { in bfs_get_block()111 info->si_freeb -= phys - bi->i_eblock; in bfs_get_block()112 info->si_lf_eblk = bi->i_eblock = phys; in bfs_get_block()127 bi->i_eblock, phys); in bfs_get_block()140 info->si_lf_eblk = bi->i_eblock = phys; in bfs_get_block()146 info->si_freeb -= bi->i_eblock - bi->i_sblock + 1 - inode->i_blocks; in bfs_get_block()
28 __le32 i_eblock; member77 ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock))