Searched refs:bctl_arg (Results 1 – 1 of 1) sorted by relevance
3640 static inline int validate_convert_profile(struct btrfs_balance_args *bctl_arg, in validate_convert_profile() argument3643 return ((bctl_arg->flags & BTRFS_BALANCE_ARGS_CONVERT) && in validate_convert_profile()3644 (!alloc_profile_is_valid(bctl_arg->target, 1) || in validate_convert_profile()3645 (bctl_arg->target & ~allowed))); in validate_convert_profile()