Searched refs:btrfs_buffer_uptodate (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | disk-io.h | 109 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
|
H A D | ctree.c | 1664 uptodate = btrfs_buffer_uptodate(cur, gen, 0); in btrfs_realloc_node() 2303 * if we get -eagain from btrfs_buffer_uptodate, we in reada_for_balance() 2307 if (eb && btrfs_buffer_uptodate(eb, gen, 1) != 0) in reada_for_balance() 2315 if (eb && btrfs_buffer_uptodate(eb, gen, 1) != 0) in reada_for_balance() 2412 if (btrfs_buffer_uptodate(tmp, gen, 1) > 0) { in read_block_for_search()
|
H A D | disk-io.c | 1315 } else if (!btrfs_buffer_uptodate(root->node, generation, 0)) { in read_tree_root_path() 4253 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid, in btrfs_buffer_uptodate() function
|
H A D | extent-tree.c | 5041 if (!btrfs_buffer_uptodate(next, generation, 0)) { in do_walk_down()
|
H A D | tree-log.c | 319 if (!ret && btrfs_buffer_uptodate(eb, gen, 0)) { in process_one_buffer()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | disk-io.h | 109 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
|
H A D | disk-io.c | 104 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, int atomic) in btrfs_buffer_uptodate() function 1048 if (!btrfs_buffer_uptodate(root->node, generation, 0)) { in read_tree_root_path()
|
H A D | extent_io.c | 4738 if (btrfs_buffer_uptodate(eb, gen, 1)) { in btrfs_readahead_tree_block()
|
H A D | extent-tree.c | 5320 if (!btrfs_buffer_uptodate(next, generation, 0)) { in do_walk_down()
|
H A D | ctree.c | 1656 if (btrfs_buffer_uptodate(tmp, gen, 1) > 0) { in read_block_for_search()
|
H A D | tree-log.c | 355 if (btrfs_buffer_uptodate(eb, gen, 0) && in process_one_buffer()
|
Completed in 61 milliseconds