No, it is *not* the same.
It is SCALED index to file offset, the primary mechanism
to get filesizes exceeding 2G at 32-bit linux systems.
> Regards,
> Ferda Prantl
/Matti Aarnio
> hpfs-2.3.29.patch:
> ====================================================================
> --- fs/hpfs/file.c.old Wed Nov 24 23:13:04 1999
> +++ fs/hpfs/file.c Wed Nov 24 23:13:33 1999
> @@ -94,9 +94,9 @@
> struct page * page_cache = NULL;
> long status;
>
> - printk("- off: %08x\n", (int)page->offset);
> + printk("- off: %08x\n", (int)page->index);
> pgpos = (inode->i_blocks - 1) * 512 & PAGE_CACHE_MASK;
> - while (pgpos < page->offset) {
> + while (pgpos < page->index) {
> long pgp = pgpos;
> printk("pgpos: %08x, bl: %d\n", (int)pgpos, (int)inode->i_blocks);
> hash = page_hash(&inode->i_data, pgpos);
> ====================================================================
>
> --
>
> "We are free only in our dreams. We need money for the rest of life."
> ----------------------------------
> Ferdinand Prantl
> LVT FF UK
> e-mail: prantl@ff.cuni.cz
> www: http://www.ff.cuni.cz/~prantl
> ICQ: 36302930
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/