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.c3371 struct extent_buffer *existing_eb; in attach_eb_folio_to_filemap() local
3373 existing_eb = grab_extent_buffer(fs_info, existing_folio); in attach_eb_folio_to_filemap()
3374 if (existing_eb) { in attach_eb_folio_to_filemap()
3376 *found_eb_ret = existing_eb; in attach_eb_folio_to_filemap()
3410 struct extent_buffer *existing_eb = NULL; in alloc_extent_buffer() local
3475 ret = attach_eb_folio_to_filemap(eb, i, prealloc, &existing_eb); in alloc_extent_buffer()
3477 ASSERT(existing_eb); in alloc_extent_buffer()
3540 existing_eb = __xa_cmpxchg(&fs_info->buffer_tree, in alloc_extent_buffer()
3543 if (xa_is_err(existing_eb)) { in alloc_extent_buffer()
3544 ret = xa_err(existing_eb); in alloc_extent_buffer()
[all …]