Lines Matching defs:page
96 * page fault path:
98 * page lock -> i_data_sem (rw)
102 * sb_start_write -> i_mutex -> transaction start -> page lock ->
106 * sb_start_write -> i_mutex -> i_mmap_sem (w) -> i_mmap_rwsem (w) -> page lock
115 * transaction start -> page lock(s) -> i_data_sem (rw)
461 * takes care of a few cases after page cleaning.
467 * However, we may have to redirty a page (see below.)
469 static int ext4_journalled_writepage_callback(struct page *page,
477 bh = head = page_buffers(page);
480 * We have to redirty a page in these cases:
481 * 1) If buffer is dirty, it means the page was dirty because it
496 redirty_page_for_writepage(wbc, page);
4451 * it won't be freed and its page also. kill_bdev()
4592 * and whether the max offset is addressable by the page cache.