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.h110 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid, bool atomic);
H A Ddisk-io.c113 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, bool atomic) in btrfs_buffer_uptodate() function
997 if (unlikely(!btrfs_buffer_uptodate(root->node, generation, false))) { in read_tree_root_path()
H A Dextent_io.c4609 if (btrfs_buffer_uptodate(eb, gen, true)) { in btrfs_readahead_tree_block()
H A Dctree.c1506 if (btrfs_buffer_uptodate(tmp, check.transid, true) > 0) { in read_block_for_search()
H A Dextent-tree.c5787 if (btrfs_buffer_uptodate(next, generation, false)) in check_next_block_uptodate()
H A Dtree-log.c460 if (btrfs_buffer_uptodate(eb, gen, false) && level == 0) { in process_one_buffer()