i_eblock 37 fs/bfs/bfs.h unsigned long i_eblock; i_eblock 108 fs/bfs/dir.c BFS_I(inode)->i_eblock = 0; i_eblock 284 fs/bfs/dir.c eblock = BFS_I(dir)->i_eblock; i_eblock 75 fs/bfs/file.c if (phys <= bi->i_eblock) { i_eblock 87 fs/bfs/file.c if (bi->i_sblock && (phys <= bi->i_eblock)) { i_eblock 106 fs/bfs/file.c if (bi->i_eblock == info->si_lf_eblk) { i_eblock 110 fs/bfs/file.c info->si_freeb -= phys - bi->i_eblock; i_eblock 111 fs/bfs/file.c info->si_lf_eblk = bi->i_eblock = phys; i_eblock 126 fs/bfs/file.c bi->i_eblock, phys); i_eblock 139 fs/bfs/file.c info->si_lf_eblk = bi->i_eblock = phys; i_eblock 145 fs/bfs/file.c info->si_freeb -= bi->i_eblock - bi->i_sblock + 1 - inode->i_blocks; i_eblock 76 fs/bfs/inode.c BFS_I(inode)->i_eblock = le32_to_cpu(di->i_eblock); i_eblock 149 fs/bfs/inode.c di->i_eblock = cpu_to_le32(BFS_I(inode)->i_eblock); i_eblock 193 fs/bfs/inode.c info->si_freeb += bi->i_eblock + 1 - bi->i_sblock; i_eblock 204 fs/bfs/inode.c if (info->si_lf_eblk == bi->i_eblock) i_eblock 320 fs/bfs/inode.c unsigned long i_sblock, i_eblock, i_eoff, s_size; i_eblock 409 fs/bfs/inode.c i_eblock = le32_to_cpu(di->i_eblock); i_eblock 413 fs/bfs/inode.c i_eblock > info->si_blocks || i_eblock 414 fs/bfs/inode.c i_sblock > i_eblock || i_eblock 432 fs/bfs/inode.c eblock = le32_to_cpu(di->i_eblock); i_eblock 28 include/uapi/linux/bfs_fs.h __le32 i_eblock; i_eblock 77 include/uapi/linux/bfs_fs.h ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock))