Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Ddisk-io.h112 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
Ddisk-io.c119 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, int atomic) in btrfs_buffer_uptodate() function
1060 if (!btrfs_buffer_uptodate(root->node, generation, 0)) { in read_tree_root_path()
Dextent_io.c4353 if (btrfs_buffer_uptodate(eb, gen, 1)) { in btrfs_readahead_tree_block()
Dctree.c1476 if (btrfs_buffer_uptodate(tmp, check.transid, 1) > 0) { in read_block_for_search()
Dextent-tree.c5552 if (btrfs_buffer_uptodate(next, generation, 0)) in check_next_block_uptodate()
Dtree-log.c371 if (btrfs_buffer_uptodate(eb, gen, 0) && in process_one_buffer()