Searched refs:pg_index (Results 1 – 3 of 3) sorted by relevance
317 int pg_index = 0; in btrfs_submit_compressed_write() local349 for (pg_index = 0; pg_index < cb->nr_pages; pg_index++) { in btrfs_submit_compressed_write()352 page = compressed_pages[pg_index]; in btrfs_submit_compressed_write()427 unsigned long pg_index; in add_ra_bio_pages() local450 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()452 if (pg_index > end_index) in add_ra_bio_pages()456 page = radix_tree_lookup(&mapping->i_pages, pg_index); in add_ra_bio_pages()470 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()551 unsigned long pg_index; in btrfs_submit_compressed_read() local606 for (pg_index = 0; pg_index < nr_pages; pg_index++) { in btrfs_submit_compressed_read()[all …]
829 unsigned long pg_index) in ocfs2_page_index_to_clusters() argument831 u32 clusters = pg_index; in ocfs2_page_index_to_clusters()835 clusters = pg_index << (PAGE_SHIFT - cbits); in ocfs2_page_index_to_clusters()837 clusters = pg_index >> (cbits - PAGE_SHIFT); in ocfs2_page_index_to_clusters()
265 int pg_index = header->args.pgbase >> PAGE_SHIFT; in bl_read_pagelist() local283 for (i = pg_index; i < header->page_array.npages; i++) { in bl_read_pagelist()409 int pg_index = header->args.pgbase >> PAGE_SHIFT; in bl_write_pagelist() local431 for (i = pg_index; i < header->page_array.npages; i++) { in bl_write_pagelist()