Searched refs:full_backref (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent-tree.c | 2491 bool full_backref, bool inc) in __btrfs_mod_ref() argument 2515 if (full_backref) in __btrfs_mod_ref() 2575 struct extent_buffer *buf, bool full_backref) in btrfs_inc_ref() argument 2577 return __btrfs_mod_ref(trans, root, buf, full_backref, true); in btrfs_inc_ref() 2581 struct extent_buffer *buf, bool full_backref) in btrfs_dec_ref() argument 2583 return __btrfs_mod_ref(trans, root, buf, full_backref, false); in btrfs_dec_ref() 5992 const bool full_backref = (wc->flags[level] & BTRFS_BLOCK_FLAG_FULL_BACKREF); in walk_up_proc() local 5994 ret = btrfs_dec_ref(trans, root, eb, full_backref); in walk_up_proc()
|