Lines Matching refs:size_buf
189 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups() argument
195 u32 size_bp = size_buf; in btrfs_describe_block_groups()
229 if (size_bp < size_buf) in btrfs_describe_block_groups()
230 buf[size_buf - size_bp - 1] = '\0'; /* remove last | */ in btrfs_describe_block_groups()
4072 u32 size_buf) in describe_balance_args() argument
4075 u32 size_bp = size_buf; in describe_balance_args()
4158 if (size_bp < size_buf) in describe_balance_args()
4159 buf[size_buf - size_bp - 1] = '\0'; /* remove last , */ in describe_balance_args()
4166 u32 size_buf = 1024; in describe_balance_start_or_resume() local
4170 u32 size_bp = size_buf; in describe_balance_start_or_resume()
4174 buf = kzalloc(size_buf, GFP_KERNEL); in describe_balance_start_or_resume()
4211 if (size_bp < size_buf) in describe_balance_start_or_resume()
4212 buf[size_buf - size_bp - 1] = '\0'; /* remove last " " */ in describe_balance_start_or_resume()