Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.h325 static inline bool extent_buffer_uptodate(const struct extent_buffer *eb) in extent_buffer_uptodate() function
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()
H A Dextent_io.c3904 if (extent_buffer_uptodate(eb)) { in read_extent_buffer_pages_nowait()
3934 if (unlikely(extent_buffer_uptodate(eb))) { in read_extent_buffer_pages_nowait()
3979 if (unlikely(!extent_buffer_uptodate(eb))) in read_extent_buffer_pages()
H A Ddisk-io.c115 if (!extent_buffer_uptodate(eb)) in btrfs_buffer_uptodate()