Searched refs:existing_eb (Results 1 – 1 of 1) sorted by relevance
3401 struct extent_buffer *existing_eb; in attach_eb_folio_to_filemap() local3403 existing_eb = grab_extent_buffer(fs_info, existing_folio); in attach_eb_folio_to_filemap()3404 if (existing_eb) { in attach_eb_folio_to_filemap()3406 *found_eb_ret = existing_eb; in attach_eb_folio_to_filemap()3440 struct extent_buffer *existing_eb = NULL; in alloc_extent_buffer() local3505 ret = attach_eb_folio_to_filemap(eb, i, prealloc, &existing_eb); in alloc_extent_buffer()3507 ASSERT(existing_eb); in alloc_extent_buffer()3570 existing_eb = __xa_cmpxchg(&fs_info->buffer_tree, in alloc_extent_buffer()3573 if (xa_is_err(existing_eb)) { in alloc_extent_buffer()3574 ret = xa_err(existing_eb); in alloc_extent_buffer()[all …]