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

/linux-master/fs/bfs/
H A Dbfs.h25 unsigned long si_lf_eblk; member in struct:bfs_sb_info
H A Dfile.c107 if (bi->i_eblock == info->si_lf_eblk) {
112 info->si_lf_eblk = bi->i_eblock = phys;
119 phys = info->si_lf_eblk + 1;
140 info->si_lf_eblk = bi->i_eblock = phys;
H A Dinode.c201 if (info->si_lf_eblk == bi->i_eblock)
202 info->si_lf_eblk = bi->i_sblock - 1;
373 info->si_lf_eblk = 0;
429 if (eblock > info->si_lf_eblk)
430 info->si_lf_eblk = eblock;

Completed in 119 milliseconds