Searched refs:existing_folio (Results 1 – 1 of 1) sorted by relevance
2970 struct folio *existing_folio = NULL; in attach_eb_folio_to_filemap() local2984 existing_folio = filemap_lock_folio(mapping, index + i); in attach_eb_folio_to_filemap()2986 if (IS_ERR(existing_folio)) { in attach_eb_folio_to_filemap()2987 existing_folio = NULL; in attach_eb_folio_to_filemap()2992 ASSERT(folio_nr_pages(existing_folio) == 1); in attach_eb_folio_to_filemap()2994 if (folio_size(existing_folio) != eb->folio_size) { in attach_eb_folio_to_filemap()2995 folio_unlock(existing_folio); in attach_eb_folio_to_filemap()2996 folio_put(existing_folio); in attach_eb_folio_to_filemap()3002 if (existing_folio && fs_info->nodesize < PAGE_SIZE) { in attach_eb_folio_to_filemap()3005 eb->folios[i] = existing_folio; in attach_eb_folio_to_filemap()[all …]