Home
last modified time | relevance | path

Searched refs:existing_eb (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dextent_io.c3179 struct extent_buffer *existing_eb; in attach_eb_folio_to_filemap() local
3181 existing_eb = grab_extent_buffer(fs_info, existing_folio); in attach_eb_folio_to_filemap()
3182 if (existing_eb) { in attach_eb_folio_to_filemap()
3184 *found_eb_ret = existing_eb; in attach_eb_folio_to_filemap()
3218 struct extent_buffer *existing_eb = NULL; in alloc_extent_buffer() local
3283 ret = attach_eb_folio_to_filemap(eb, i, prealloc, &existing_eb); in alloc_extent_buffer()
3285 ASSERT(existing_eb); in alloc_extent_buffer()
3359 existing_eb = find_extent_buffer(fs_info, start); in alloc_extent_buffer()
3360 if (existing_eb) in alloc_extent_buffer()
3412 ASSERT(existing_eb); in alloc_extent_buffer()
[all …]