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

/linux-master/fs/btrfs/
H A Ddisk-io.h118 int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid,
H A Ddisk-io.c119 int btrfs_buffer_uptodate(struct extent_buffer *eb, u64 parent_transid, int atomic) function
1070 if (!btrfs_buffer_uptodate(root->node, generation, 0)) {
H A Dctree.c1529 if (btrfs_buffer_uptodate(tmp, gen, 1) > 0) {
H A Dextent_io.c5103 if (btrfs_buffer_uptodate(eb, gen, 1)) {
H A Dtree-log.c352 if (btrfs_buffer_uptodate(eb, gen, 0) &&
H A Dextent-tree.c5546 if (!btrfs_buffer_uptodate(next, generation, 0)) {

Completed in 285 milliseconds