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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/bfs/
H A Dbfs.h19 unsigned long si_lf_eblk; member in struct:bfs_sb_info
H A Dfile.c97 if (bi->i_eblock == info->si_lf_eblk) {
102 info->si_lf_eblk = bi->i_eblock = phys;
110 phys = info->si_lf_eblk + 1;
125 info->si_lf_eblk = bi->i_eblock = phys;
H A Dinode.c188 if (info->si_lf_eblk == BFS_I(inode)->i_eblock) {
189 info->si_lf_eblk = BFS_I(inode)->i_sblock - 1;
358 info->si_lf_eblk = 0;
387 if (eblock > info->si_lf_eblk) {
388 info->si_lf_eblk = eblock;

Completed in 13 milliseconds