Lines Matching refs:mapping
65 struct address_space *mapping = page->mapping; in exofs_commit_chunk() local
66 struct inode *dir = mapping->host; in exofs_commit_chunk()
90 struct inode *dir = page->mapping->host; in exofs_check_page()
165 struct address_space *mapping = dir->i_mapping; in exofs_get_page() local
166 struct page *page = read_mapping_page(mapping, n, NULL); in exofs_get_page()
414 err = exofs_write_begin(NULL, page->mapping, pos, len, in exofs_set_link()
496 err = exofs_write_begin(NULL, page->mapping, pos, rec_len, 0, in exofs_add_link()
527 struct address_space *mapping = page->mapping; in exofs_delete_entry() local
528 struct inode *inode = mapping->host; in exofs_delete_entry()
553 err = exofs_write_begin(NULL, page->mapping, pos, to - from, 0, in exofs_delete_entry()
577 struct address_space *mapping = inode->i_mapping; in exofs_make_empty() local
578 struct page *page = grab_cache_page(mapping, 0); in exofs_make_empty()
587 err = exofs_write_begin(NULL, page->mapping, 0, chunk_size, 0, in exofs_make_empty()