Searched refs:size_bp (Results 1 – 1 of 1) sorted by relevance
214 u32 size_bp = size_buf; in btrfs_describe_block_groups() local222 ret = snprintf(bp, size_bp, "%s|", (desc)); \ in btrfs_describe_block_groups()223 if (ret < 0 || ret >= size_bp) \ in btrfs_describe_block_groups()225 size_bp -= ret; \ in btrfs_describe_block_groups()246 ret = snprintf(bp, size_bp, "0x%llx|", flags); in btrfs_describe_block_groups()247 size_bp -= ret; in btrfs_describe_block_groups()250 if (size_bp < size_buf) in btrfs_describe_block_groups()251 buf[size_buf - size_bp - 1] = '\0'; /* remove last | */ in btrfs_describe_block_groups()4606 u32 size_bp = size_buf; in describe_balance_args() local4616 ret = snprintf(bp, size_bp, (a)); \ in describe_balance_args()[all …]