Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.c3007 struct extent_buffer *existing_eb; in attach_eb_folio_to_filemap() local
3009 existing_eb = grab_extent_buffer(fs_info, existing_folio); in attach_eb_folio_to_filemap()
3010 if (existing_eb) { in attach_eb_folio_to_filemap()
3012 *found_eb_ret = existing_eb; in attach_eb_folio_to_filemap()
3048 struct extent_buffer *existing_eb = NULL; in alloc_extent_buffer() local
3114 ret = attach_eb_folio_to_filemap(eb, i, prealloc, &existing_eb); in alloc_extent_buffer()
3116 ASSERT(existing_eb); in alloc_extent_buffer()
3190 existing_eb = find_extent_buffer(fs_info, start); in alloc_extent_buffer()
3191 if (existing_eb) in alloc_extent_buffer()
3243 ASSERT(existing_eb); in alloc_extent_buffer()
[all …]