Lines Matching defs:address_space
39 struct address_space *swapper_spaces[MAX_SWAPFILES] __read_mostly;
75 struct address_space *spaces;
112 struct address_space *address_space = swap_address_space(entry);
116 page = find_get_entry(address_space, idx);
131 struct address_space *address_space = swap_address_space(entry);
133 XA_STATE_ORDER(xas, &address_space->i_pages, idx, compound_order(page));
163 address_space->nrexceptional -= nr_shadows;
164 address_space->nrpages += nr;
186 struct address_space *address_space = swap_address_space(entry);
189 XA_STATE(xas, &address_space->i_pages, idx);
203 address_space->nrexceptional += nr;
204 address_space->nrpages -= nr;
275 struct address_space *address_space = swap_address_space(entry);
277 xa_lock_irq(&address_space->i_pages);
279 xa_unlock_irq(&address_space->i_pages);
294 struct address_space *address_space = swap_address_space(entry);
295 XA_STATE(xas, &address_space->i_pages, curr);
297 xa_lock_irq(&address_space->i_pages);
304 address_space->nrexceptional -= nr_shadows;
305 xa_unlock_irq(&address_space->i_pages);
420 * @mapping: The address_space to search.
428 struct page *find_get_incore_page(struct address_space *mapping, pgoff_t index)
709 struct address_space *spaces, *space;
713 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL);