Lines Matching refs:mapping
96 struct address_space *mapping, in nilfs_commit_chunk() argument
99 struct inode *dir = mapping->host; in nilfs_commit_chunk()
106 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
118 struct inode *dir = page->mapping->host; in nilfs_check_page()
191 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local
192 struct page *page = read_mapping_page(mapping, n, NULL); in nilfs_get_page()
422 struct address_space *mapping = page->mapping; in nilfs_set_link() local
430 nilfs_commit_chunk(page, mapping, from, to); in nilfs_set_link()
521 nilfs_commit_chunk(page, page->mapping, from, to); in nilfs_add_link()
540 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local
541 struct inode *inode = mapping->host; in nilfs_delete_entry()
569 nilfs_commit_chunk(page, mapping, from, to); in nilfs_delete_entry()
581 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty() local
582 struct page *page = grab_cache_page(mapping, 0); in nilfs_make_empty()
612 nilfs_commit_chunk(page, mapping, 0, chunk_size); in nilfs_make_empty()