Home
last modified time | relevance | path

Searched refs:full_backref (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dextent-tree.h142 struct extent_buffer *buf, bool full_backref);
144 struct extent_buffer *buf, bool full_backref);
H A Dextent-tree.c2552 bool full_backref, bool inc) in __btrfs_mod_ref() argument
2576 if (full_backref) in __btrfs_mod_ref()
2636 struct extent_buffer *buf, bool full_backref) in btrfs_inc_ref() argument
2638 return __btrfs_mod_ref(trans, root, buf, full_backref, true); in btrfs_inc_ref()
2642 struct extent_buffer *buf, bool full_backref) in btrfs_dec_ref() argument
2644 return __btrfs_mod_ref(trans, root, buf, full_backref, false); in btrfs_dec_ref()
6080 const bool full_backref = (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF); in walk_up_proc() local
6082 ret = btrfs_dec_ref(trans, root, eb, full_backref); in walk_up_proc()