• Home
  • Raw
  • Download

Lines Matching refs:index

29 __nilfs_get_page_block(struct page *page, unsigned long block, pgoff_t index,  in __nilfs_get_page_block()  argument
39 first_block = (unsigned long)index << (PAGE_SHIFT - blkbits); in __nilfs_get_page_block()
53 pgoff_t index = blkoff >> (PAGE_SHIFT - blkbits); in nilfs_grab_buffer() local
57 page = grab_cache_page(mapping, index); in nilfs_grab_buffer()
61 bh = __nilfs_get_page_block(page, blkoff, index, blkbits, b_state); in nilfs_grab_buffer()
170 (unsigned long long)page->index, page->flags, m, ino); in nilfs_page_bug()
246 pgoff_t index = 0; in nilfs_copy_dirty_pages() local
251 if (!pagevec_lookup_tag(&pvec, smap, &index, PAGECACHE_TAG_DIRTY)) in nilfs_copy_dirty_pages()
261 dpage = grab_cache_page(dmap, page->index); in nilfs_copy_dirty_pages()
300 pgoff_t index = 0; in nilfs_copy_back_pages() local
304 n = pagevec_lookup(&pvec, smap, &index); in nilfs_copy_back_pages()
310 pgoff_t offset = page->index; in nilfs_copy_back_pages()
363 pgoff_t index = 0; in nilfs_clear_dirty_pages() local
367 while (pagevec_lookup_tag(&pvec, mapping, &index, in nilfs_clear_dirty_pages()
496 pgoff_t index; in nilfs_find_uncommitted_extent() local
506 index = start_blk >> (PAGE_SHIFT - inode->i_blkbits); in nilfs_find_uncommitted_extent()
512 pvec.nr = find_get_pages_contig(inode->i_mapping, index, PAGEVEC_SIZE, in nilfs_find_uncommitted_extent()
517 if (length > 0 && pvec.pages[0]->index > index) in nilfs_find_uncommitted_extent()
520 b = pvec.pages[0]->index << (PAGE_SHIFT - inode->i_blkbits); in nilfs_find_uncommitted_extent()
551 index = page->index + 1; in nilfs_find_uncommitted_extent()