si_lf_eblk         25 fs/bfs/bfs.h   	unsigned long si_lf_eblk;
si_lf_eblk        106 fs/bfs/file.c  	if (bi->i_eblock == info->si_lf_eblk) {
si_lf_eblk        111 fs/bfs/file.c  		info->si_lf_eblk = bi->i_eblock = phys;
si_lf_eblk        118 fs/bfs/file.c  	phys = info->si_lf_eblk + 1;
si_lf_eblk        139 fs/bfs/file.c  	info->si_lf_eblk = bi->i_eblock = phys;
si_lf_eblk        204 fs/bfs/inode.c 	if (info->si_lf_eblk == bi->i_eblock)
si_lf_eblk        205 fs/bfs/inode.c 		info->si_lf_eblk = bi->i_sblock - 1;
si_lf_eblk        377 fs/bfs/inode.c 	info->si_lf_eblk = 0;
si_lf_eblk        433 fs/bfs/inode.c 		if (eblock > info->si_lf_eblk)
si_lf_eblk        434 fs/bfs/inode.c 			info->si_lf_eblk = eblock;