Home
last modified time | relevance | path

Searched refs:extent_buffer_uptodate (Results 1 – 9 of 9) sorted by relevance

/linux/fs/btrfs/
H A Dextent_io.h301 static inline int extent_buffer_uptodate(const struct extent_buffer *eb) in extent_buffer_uptodate() function
H A Dprint-tree.c629 if (!extent_buffer_uptodate(next)) { in btrfs_print_tree()
H A Dqgroup.c2567 if (unlikely(!extent_buffer_uptodate(src_eb) || !extent_buffer_uptodate(dst_eb))) { in qgroup_trace_subtree_swap()
2642 if (!extent_buffer_uptodate(root_eb)) { in btrfs_qgroup_trace_subtree()
4886 if (unlikely(!extent_buffer_uptodate(reloc_eb))) { in btrfs_qgroup_trace_subtree_after_cow()
H A Dtree-mod-log.c1045 if (WARN_ON(IS_ERR(old) || !extent_buffer_uptodate(old))) { in btrfs_get_old_root()
H A Ddisk-io.c115 if (!extent_buffer_uptodate(eb)) in btrfs_buffer_uptodate()
124 if (!extent_buffer_uptodate(eb) || in btrfs_buffer_uptodate()
2028 if (unlikely(!extent_buffer_uptodate(log_tree_root->node))) { in btrfs_replay_log()
2642 if (unlikely(!extent_buffer_uptodate(root->node))) { in load_super_root()
H A Dctree.c842 if (unlikely(!extent_buffer_uptodate(eb))) { in btrfs_read_node_slot()
1593 if (unlikely(!extent_buffer_uptodate(tmp))) { in read_block_for_search()
1774 if (unlikely(!extent_buffer_uptodate(b))) { in btrfs_search_slot_get_root()
H A Dbackref.c861 if (unlikely(!extent_buffer_uptodate(eb))) { in add_missing_keys()
1623 if (unlikely(!extent_buffer_uptodate(eb))) { in find_parent_nodes()
H A Drelocation.c2443 if (unlikely(!extent_buffer_uptodate(eb))) { in get_tree_block_key()
H A Dsend.c7802 WARN_ON(!extent_buffer_uptodate(left_path->nodes[0])); in btrfs_compare_trees()