Lines Matching refs:mapping
105 struct address_space *mapping, in nilfs_commit_chunk() argument
108 struct inode *dir = mapping->host; in nilfs_commit_chunk()
115 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
127 struct inode *dir = page->mapping->host; in nilfs_check_page()
200 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local
201 struct page *page = read_mapping_page(mapping, n, NULL); in nilfs_get_page()
431 struct address_space *mapping = page->mapping; in nilfs_set_link() local
439 nilfs_commit_chunk(page, mapping, from, to); in nilfs_set_link()
530 nilfs_commit_chunk(page, page->mapping, from, to); in nilfs_add_link()
549 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local
550 struct inode *inode = mapping->host; in nilfs_delete_entry()
578 nilfs_commit_chunk(page, mapping, from, to); in nilfs_delete_entry()
590 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty() local
591 struct page *page = grab_cache_page(mapping, 0); in nilfs_make_empty()
621 nilfs_commit_chunk(page, mapping, 0, chunk_size); in nilfs_make_empty()