Searched refs:btrfs_buffer_uptodate (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | disk-io.h | 112 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
|
| H A D | extent_io.c | 4333 ret = btrfs_buffer_uptodate(eb, 0, check); in read_extent_buffer_pages_nowait() 4364 ret = btrfs_buffer_uptodate(eb, 0, check); in read_extent_buffer_pages_nowait() 5092 if (btrfs_buffer_uptodate(eb, gen, &check)) { in btrfs_readahead_tree_block()
|
| H A D | disk-io.c | 112 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, in btrfs_buffer_uptodate() function 1025 ret = btrfs_buffer_uptodate(root->node, generation, &check); in read_tree_root_path()
|
| H A D | ctree.c | 1499 ret = btrfs_buffer_uptodate(tmp, check.transid, &check); in read_block_for_search()
|
| H A D | extent-tree.c | 5797 ret = btrfs_buffer_uptodate(next, generation, &check); in check_next_block_uptodate()
|
| H A D | tree-log.c | 432 if (btrfs_buffer_uptodate(eb, gen, NULL) && level == 0) { in process_one_buffer()
|