Lines Matching refs:i_pages
205 * under the i_pages lock, ditto for entry handling in our callers.
218 * If @order is larger than the order of the entry found in i_pages, this
221 * Must be called with the i_pages lock held.
253 * The only thing keeping the address space around is the i_pages lock
254 * (it's cycled in clear_inode() after removing the entries from i_pages)
425 xas.xa = &mapping->i_pages;
450 XA_STATE(xas, &mapping->i_pages, page->index);
519 * the i_pages lock.
599 XA_STATE(xas, &mapping->i_pages, start_idx);
662 XA_STATE(xas, &mapping->i_pages, index);
924 * at the entry only under the i_pages lock and once they do that
971 XA_STATE(xas, &mapping->i_pages, wbc->range_start >> PAGE_SHIFT);
1265 XA_STATE(xas, &mapping->i_pages, vmf->pgoff);
1487 XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, PMD_ORDER);
1691 XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order);