Searched refs:existing_folio (Results 1 – 1 of 1) sorted by relevance
3142 struct folio *existing_folio = NULL; in attach_eb_folio_to_filemap() local3158 if (IS_ERR(existing_folio)) { in attach_eb_folio_to_filemap()3159 existing_folio = NULL; in attach_eb_folio_to_filemap()3164 ASSERT(folio_nr_pages(existing_folio) == 1); in attach_eb_folio_to_filemap()3167 folio_unlock(existing_folio); in attach_eb_folio_to_filemap()3168 folio_put(existing_folio); in attach_eb_folio_to_filemap()3177 eb->folios[i] = existing_folio; in attach_eb_folio_to_filemap()3178 } else if (existing_folio) { in attach_eb_folio_to_filemap()3186 folio_unlock(existing_folio); in attach_eb_folio_to_filemap()3187 folio_put(existing_folio); in attach_eb_folio_to_filemap()[all …]