Searched hist:e23efd8e8767165a6103cf0a4fe273f6b9f182f2 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | accessors.c | diff e23efd8e8767165a6103cf0a4fe273f6b9f182f2 Tue Nov 15 10:16:16 CST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: add eb to btrfs_node_key_ptr_offset
This is a change needed for extent tree v2, as we will be growing the header size. This exists in btrfs-progs currently, and not having it makes syncing accessors.[ch] more problematic. So make this change to set us up for extent tree v2 and match what btrfs-progs does to make syncing easier.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | accessors.h | diff e23efd8e8767165a6103cf0a4fe273f6b9f182f2 Tue Nov 15 10:16:16 CST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: add eb to btrfs_node_key_ptr_offset
This is a change needed for extent tree v2, as we will be growing the header size. This exists in btrfs-progs currently, and not having it makes syncing accessors.[ch] more problematic. So make this change to set us up for extent tree v2 and match what btrfs-progs does to make syncing easier.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | tree-mod-log.c | diff e23efd8e8767165a6103cf0a4fe273f6b9f182f2 Tue Nov 15 10:16:16 CST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: add eb to btrfs_node_key_ptr_offset
This is a change needed for extent tree v2, as we will be growing the header size. This exists in btrfs-progs currently, and not having it makes syncing accessors.[ch] more problematic. So make this change to set us up for extent tree v2 and match what btrfs-progs does to make syncing easier.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.c | diff e23efd8e8767165a6103cf0a4fe273f6b9f182f2 Tue Nov 15 10:16:16 CST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: add eb to btrfs_node_key_ptr_offset
This is a change needed for extent tree v2, as we will be growing the header size. This exists in btrfs-progs currently, and not having it makes syncing accessors.[ch] more problematic. So make this change to set us up for extent tree v2 and match what btrfs-progs does to make syncing easier.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent_io.c | diff e23efd8e8767165a6103cf0a4fe273f6b9f182f2 Tue Nov 15 10:16:16 CST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: add eb to btrfs_node_key_ptr_offset
This is a change needed for extent tree v2, as we will be growing the header size. This exists in btrfs-progs currently, and not having it makes syncing accessors.[ch] more problematic. So make this change to set us up for extent tree v2 and match what btrfs-progs does to make syncing easier.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|