Lines Matching refs:size_buf
198 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups() argument
204 u32 size_bp = size_buf; 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()
4087 u32 size_buf) in describe_balance_args() argument
4090 u32 size_bp = size_buf; in describe_balance_args()
4173 if (size_bp < size_buf) in describe_balance_args()
4174 buf[size_buf - size_bp - 1] = '\0'; /* remove last , */ in describe_balance_args()
4181 u32 size_buf = 1024; in describe_balance_start_or_resume() local
4185 u32 size_bp = size_buf; in describe_balance_start_or_resume()
4189 buf = kzalloc(size_buf, GFP_KERNEL); in describe_balance_start_or_resume()
4226 if (size_bp < size_buf) in describe_balance_start_or_resume()
4227 buf[size_buf - size_bp - 1] = '\0'; /* remove last " " */ in describe_balance_start_or_resume()