Searched refs:size_bp (Results 1 – 1 of 1) sorted by relevance
204 u32 size_bp = size_buf; in btrfs_describe_block_groups() local214 ret = snprintf(bp, size_bp, "%s|", (desc)); \ in btrfs_describe_block_groups()215 if (ret < 0 || ret >= size_bp) \ in btrfs_describe_block_groups()217 size_bp -= ret; \ in btrfs_describe_block_groups()234 ret = snprintf(bp, size_bp, "0x%llx|", flags); in btrfs_describe_block_groups()235 size_bp -= ret; in btrfs_describe_block_groups()238 if (size_bp < size_buf) in btrfs_describe_block_groups()239 buf[size_buf - size_bp - 1] = '\0'; /* remove last | */ in btrfs_describe_block_groups()4103 u32 size_bp = size_buf; in describe_balance_args() local4113 ret = snprintf(bp, size_bp, (a)); \ in describe_balance_args()[all …]