Home
last modified time | relevance | path

Searched refs:btrfs_buffer_uptodate (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Ddisk-io.h112 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
H A Dextent_io.c4333 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 Ddisk-io.c112 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 Dctree.c1499 ret = btrfs_buffer_uptodate(tmp, check.transid, &check); in read_block_for_search()
H A Dextent-tree.c5797 ret = btrfs_buffer_uptodate(next, generation, &check); in check_next_block_uptodate()
H A Dtree-log.c432 if (btrfs_buffer_uptodate(eb, gen, NULL) && level == 0) { in process_one_buffer()