Home
last modified time | relevance | path

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

/openbmc/linux/fs/bfs/
H A Dfile.c106 if (bi->i_eblock == info->si_lf_eblk) { in bfs_get_block()
111 info->si_lf_eblk = bi->i_eblock = phys; in bfs_get_block()
118 phys = info->si_lf_eblk + 1; in bfs_get_block()
139 info->si_lf_eblk = bi->i_eblock = phys; in bfs_get_block()
H A Dinode.c203 if (info->si_lf_eblk == bi->i_eblock) in bfs_evict_inode()
204 info->si_lf_eblk = bi->i_sblock - 1; in bfs_evict_inode()
375 info->si_lf_eblk = 0; in bfs_fill_super()
431 if (eblock > info->si_lf_eblk) in bfs_fill_super()
432 info->si_lf_eblk = eblock; in bfs_fill_super()
H A Dbfs.h25 unsigned long si_lf_eblk; member