Searched refs:eblock (Results 1 – 2 of 2) sorted by relevance
403 unsigned long eblock; in bfs_fill_super() local442 eblock = le32_to_cpu(di->i_eblock); in bfs_fill_super()443 if (eblock > info->si_lf_eblk) in bfs_fill_super()444 info->si_lf_eblk = eblock; in bfs_fill_super()
273 int block, sblock, eblock, off, pos; in bfs_add_entry() local284 eblock = BFS_I(dir)->i_eblock; in bfs_add_entry()285 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()