btrfs: add stack helpers for a few btrfs items
authorJosef Bacik <josef@toxicpanda.com>
Tue, 15 Nov 2022 16:16:20 +0000 (11:16 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:58 +0000 (18:00 +0100)
commit054056bd0a8da2747e51646a6ac5af6ffbae5b69
treecfd0a114e3dbe9ebfe657cc382b018597b7a3bb8
parent0c7030038e6106711c5d0b237c980905dd3244ec
btrfs: add stack helpers for a few btrfs items

We don't have these defined in the kernel because we don't have any
users of these helpers.  However we do use them in btrfs-progs, so
define them to make keeping accessors.h in sync between progs and the
kernel easier.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/accessors.h