Home
last modified time | relevance | path

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

/linux-4.19.296/fs/bfs/
Dinode.c403 unsigned long eblock; in bfs_fill_super() local
442 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()
Ddir.c273 int block, sblock, eblock, off, pos; in bfs_add_entry() local
284 eblock = BFS_I(dir)->i_eblock; in bfs_add_entry()
285 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()