Searched refs:full_backref (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent-tree.c | 2556 bool full_backref, bool inc) in __btrfs_mod_ref() argument 2580 if (full_backref) in __btrfs_mod_ref() 2640 struct extent_buffer *buf, bool full_backref) in btrfs_inc_ref() argument 2642 return __btrfs_mod_ref(trans, root, buf, full_backref, true); in btrfs_inc_ref() 2646 struct extent_buffer *buf, bool full_backref) in btrfs_dec_ref() argument 2648 return __btrfs_mod_ref(trans, root, buf, full_backref, false); in btrfs_dec_ref() 6090 const bool full_backref = (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF); in walk_up_proc() local 6092 ret = btrfs_dec_ref(trans, root, eb, full_backref); in walk_up_proc()
|