Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.c1924 XA_STATE(xas, &fs_info->buffer_tree, eb->start >> fs_info->nodesize_bits); in lock_extent_buffer_for_io()
2025 XA_STATE(xas, &fs_info->buffer_tree, eb->start >> fs_info->nodesize_bits); in buffer_tree_set_mark()
2037 XA_STATE(xas, &fs_info->buffer_tree, eb->start >> fs_info->nodesize_bits); in buffer_tree_clear_mark()
2049 XA_STATE(xas, &fs_info->buffer_tree, start); in buffer_tree_tag_for_writeback()
2131 XA_STATE(xas, &fs_info->buffer_tree, *start); in buffer_tree_get_ebs_tag()
2162 eb = xa_load(&fs_info->buffer_tree, index); in find_extent_buffer_nolock()
3192 xa_lock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
3193 exists = __xa_cmpxchg(&fs_info->buffer_tree, start >> fs_info->nodesize_bits, in alloc_test_extent_buffer()
3197 xa_unlock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
3204 xa_unlock_irq(&fs_info->buffer_tree); in alloc_test_extent_buffer()
[all...]
H A Dzoned.c2256 xa_for_each_start(&fs_info->buffer_tree, index, eb, start) { in wait_eb_writebacks()
/linux/drivers/md/
H A Ddm-bufio.c378 struct buffer_tree { struct
394 struct buffer_tree trees[]; argument
2490 c = kzalloc(sizeof(*c) + (num_locks * sizeof(struct buffer_tree)), GFP_KERNEL); in dm_bufio_client_create()