Searched refs:btrfs_buffer_uptodate (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 3907 ret = btrfs_buffer_uptodate(eb, 0, check); in read_extent_buffer_pages_nowait() 3938 ret = btrfs_buffer_uptodate(eb, 0, check); in read_extent_buffer_pages_nowait() 4663 if (btrfs_buffer_uptodate(eb, gen, NULL)) { 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 1001 ret = btrfs_buffer_uptodate(root->node, generation, &check); in read_tree_root_path()
|
| H A D | extent-tree.c | 5784 if (btrfs_buffer_uptodate(next, generation, NULL)) in check_next_block_uptodate()
|
| H A D | tree-log.c | 460 if (btrfs_buffer_uptodate(eb, gen, NULL) && level == 0) { in process_one_buffer()
|