Searched refs:pg_index (Results 1 – 3 of 3) sorted by relevance
686 u64 pg_index = cur >> PAGE_SHIFT; in add_ra_bio_pages() local689 if (pg_index > end_index) in add_ra_bio_pages()692 page = xa_load(&mapping->i_pages, pg_index); in add_ra_bio_pages()705 cur = (pg_index << PAGE_SHIFT) + PAGE_SIZE; in add_ra_bio_pages()717 cur = (pg_index << PAGE_SHIFT) + PAGE_SIZE; in add_ra_bio_pages()728 page_end = (pg_index << PAGE_SHIFT) + PAGE_SIZE - 1; in add_ra_bio_pages()801 unsigned int pg_index; in btrfs_submit_compressed_read() local856 for (pg_index = 0; pg_index < nr_pages; pg_index++) { in btrfs_submit_compressed_read()857 cb->compressed_pages[pg_index] = alloc_page(GFP_NOFS); in btrfs_submit_compressed_read()858 if (!cb->compressed_pages[pg_index]) { in btrfs_submit_compressed_read()[all …]
817 unsigned long pg_index) in ocfs2_page_index_to_clusters() argument819 u32 clusters = pg_index; in ocfs2_page_index_to_clusters()823 clusters = pg_index << (PAGE_SHIFT - cbits); in ocfs2_page_index_to_clusters()825 clusters = pg_index >> (cbits - PAGE_SHIFT); in ocfs2_page_index_to_clusters()
260 int pg_index = header->args.pgbase >> PAGE_SHIFT; in bl_read_pagelist() local278 for (i = pg_index; i < header->page_array.npages; i++) { in bl_read_pagelist()404 int pg_index = header->args.pgbase >> PAGE_SHIFT; in bl_write_pagelist() local426 for (i = pg_index; i < header->page_array.npages; i++) { in bl_write_pagelist()
Completed in 14 milliseconds