Searched refs:btrfs_read_extent_buffer (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | disk-io.h | 118 int btrfs_read_extent_buffer(struct extent_buffer *buf,
|
D | tree-log.c | 361 ret = btrfs_read_extent_buffer(eb, &check); in process_one_buffer() 2418 ret = btrfs_read_extent_buffer(eb, &check); in replay_one_buffer() 2651 ret = btrfs_read_extent_buffer(next, &check); in walk_down_log_tree() 2666 ret = btrfs_read_extent_buffer(next, &check); in walk_down_log_tree()
|
D | disk-io.c | 215 int btrfs_read_extent_buffer(struct extent_buffer *eb, in btrfs_read_extent_buffer() function 637 ret = btrfs_read_extent_buffer(buf, check); in read_tree_block()
|
D | qgroup.c | 2660 ret = btrfs_read_extent_buffer(root_eb, &check); in btrfs_qgroup_trace_subtree()
|
D | ctree.c | 1570 ret = btrfs_read_extent_buffer(tmp, &check); in read_block_for_search()
|
D | extent-tree.c | 5581 ret = btrfs_read_extent_buffer(next, &check); in check_next_block_uptodate()
|