Searched refs:btrfs_buffer_uptodate (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | disk-io.h | 111 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
|
| D | disk-io.c | 1456 } else if (!btrfs_buffer_uptodate(root->node, generation, 0)) { in read_tree_root_path() 4441 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid, in btrfs_buffer_uptodate() function
|
| D | ctree.c | 1416 if (btrfs_buffer_uptodate(tmp, gen, 1) > 0) { in read_block_for_search()
|
| D | extent-tree.c | 5170 if (!btrfs_buffer_uptodate(next, generation, 0)) { in do_walk_down()
|
| D | tree-log.c | 360 if (!ret && btrfs_buffer_uptodate(eb, gen, 0)) { in process_one_buffer()
|
| D | extent_io.c | 7336 if (btrfs_buffer_uptodate(eb, gen, 1)) { in btrfs_readahead_tree_block()
|