Searched hist:c842268458d904c04f08259cc7ecee3870fa2746 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | tree-checker.c | diff c842268458d904c04f08259cc7ecee3870fa2746 Tue Sep 15 14:44:52 CDT 2020 David Sterba <dsterba@suse.com> btrfs: add set/get accessors for root_item::drop_level
The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency.
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | relocation.c | diff c842268458d904c04f08259cc7ecee3870fa2746 Tue Sep 15 14:44:52 CDT 2020 David Sterba <dsterba@suse.com> btrfs: add set/get accessors for root_item::drop_level
The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency.
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.h | diff c842268458d904c04f08259cc7ecee3870fa2746 Tue Sep 15 14:44:52 CDT 2020 David Sterba <dsterba@suse.com> btrfs: add set/get accessors for root_item::drop_level
The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency.
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent-tree.c | diff c842268458d904c04f08259cc7ecee3870fa2746 Tue Sep 15 14:44:52 CDT 2020 David Sterba <dsterba@suse.com> btrfs: add set/get accessors for root_item::drop_level
The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency.
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | disk-io.c | diff c842268458d904c04f08259cc7ecee3870fa2746 Tue Sep 15 14:44:52 CDT 2020 David Sterba <dsterba@suse.com> btrfs: add set/get accessors for root_item::drop_level
The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency.
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | inode.c | diff c842268458d904c04f08259cc7ecee3870fa2746 Tue Sep 15 14:44:52 CDT 2020 David Sterba <dsterba@suse.com> btrfs: add set/get accessors for root_item::drop_level
The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency.
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|