Searched refs:size_bp (Results 1 – 1 of 1) sorted by relevance
175 u32 size_bp = size_buf; in btrfs_describe_block_groups() local185 ret = snprintf(bp, size_bp, "%s|", (desc)); \ in btrfs_describe_block_groups()186 if (ret < 0 || ret >= size_bp) \ in btrfs_describe_block_groups()188 size_bp -= ret; \ in btrfs_describe_block_groups()205 ret = snprintf(bp, size_bp, "0x%llx|", flags); in btrfs_describe_block_groups()206 size_bp -= ret; in btrfs_describe_block_groups()209 if (size_bp < size_buf) in btrfs_describe_block_groups()210 buf[size_buf - size_bp - 1] = '\0'; /* remove last | */ in btrfs_describe_block_groups()3848 u32 size_bp = size_buf; in describe_balance_args() local3858 ret = snprintf(bp, size_bp, (a)); \ in describe_balance_args()[all …]