Searched refs:size_bp (Results 1 – 1 of 1) sorted by relevance
202 u32 size_bp = size_buf; in btrfs_describe_block_groups() local212 ret = snprintf(bp, size_bp, "%s|", (desc)); \ in btrfs_describe_block_groups()213 if (ret < 0 || ret >= size_bp) \ in btrfs_describe_block_groups()215 size_bp -= ret; \ in btrfs_describe_block_groups()232 ret = snprintf(bp, size_bp, "0x%llx|", flags); in btrfs_describe_block_groups()233 size_bp -= ret; in btrfs_describe_block_groups()236 if (size_bp < size_buf) in btrfs_describe_block_groups()237 buf[size_buf - size_bp - 1] = '\0'; /* remove last | */ in btrfs_describe_block_groups()4018 u32 size_bp = size_buf; in describe_balance_args() local4028 ret = snprintf(bp, size_bp, (a)); \ in describe_balance_args()[all …]