Home
last modified time | relevance | path

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

/linux-4.4.14/fs/bfs/
Dinode.c400 unsigned long eblock; in bfs_fill_super() local
439 eblock = le32_to_cpu(di->i_eblock); in bfs_fill_super()
440 if (eblock > info->si_lf_eblk) in bfs_fill_super()
441 info->si_lf_eblk = eblock; in bfs_fill_super()
Ddir.c281 int block, sblock, eblock, off, pos; in bfs_add_entry() local
292 eblock = BFS_I(dir)->i_eblock; in bfs_add_entry()
293 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()