Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddisk-io.h109 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
H A Ddisk-io.c104 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, int atomic) in btrfs_buffer_uptodate() function
1048 if (!btrfs_buffer_uptodate(root->node, generation, 0)) { in read_tree_root_path()
H A Dextent_io.c4863 if (btrfs_buffer_uptodate(eb, gen, 1)) { in btrfs_readahead_tree_block()
H A Dctree.c1656 if (btrfs_buffer_uptodate(tmp, gen, 1) > 0) { in read_block_for_search()
H A Dextent-tree.c5320 if (!btrfs_buffer_uptodate(next, generation, 0)) { in do_walk_down()
H A Dtree-log.c355 if (btrfs_buffer_uptodate(eb, gen, 0) && in process_one_buffer()