Searched refs:full_backref (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent-tree.c | 2552 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() 6077 const bool full_backref = (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF); in walk_up_proc() local 6079 ret = btrfs_dec_ref(trans, root, eb, full_backref); in walk_up_proc()
|