Searched hist:c26fa931eb186a748608b4155fe2f4821738b140 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | tree-checker.h | diff c26fa931eb186a748608b4155fe2f4821738b140 Sat Apr 29 15:07:16 CDT 2023 Josef Bacik <josef@toxicpanda.com> btrfs: add __btrfs_check_node helper
This helper returns a btrfs_tree_block_status for the various errors, and then btrfs_check_node() will return -EUCLEAN if it gets anything other than BTRFS_TREE_BLOCK_CLEAN which will be used by the kernel. In the future btrfs-progs will use this helper instead.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | tree-checker.c | diff c26fa931eb186a748608b4155fe2f4821738b140 Sat Apr 29 15:07:16 CDT 2023 Josef Bacik <josef@toxicpanda.com> btrfs: add __btrfs_check_node helper
This helper returns a btrfs_tree_block_status for the various errors, and then btrfs_check_node() will return -EUCLEAN if it gets anything other than BTRFS_TREE_BLOCK_CLEAN which will be used by the kernel. In the future btrfs-progs will use this helper instead.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
|