Lines Matching refs:mapping
90 struct address_space *mapping, in nilfs_commit_chunk() argument
93 struct inode *dir = mapping->host; in nilfs_commit_chunk()
100 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
112 struct inode *dir = page->mapping->host; in nilfs_check_page()
187 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local
188 struct page *page = read_mapping_page(mapping, n, NULL); in nilfs_get_page()
432 struct address_space *mapping = page->mapping; in nilfs_set_link() local
440 nilfs_commit_chunk(page, mapping, from, to); in nilfs_set_link()
531 nilfs_commit_chunk(page, page->mapping, from, to); in nilfs_add_link()
550 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local
551 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()