Lines Matching refs:size_buf
169 void btrfs_describe_block_groups(u64 bg_flags, char *buf, u32 size_buf) in btrfs_describe_block_groups() argument
175 u32 size_bp = size_buf; 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()
3845 u32 size_buf) in describe_balance_args() argument
3848 u32 size_bp = size_buf; in describe_balance_args()
3931 if (size_bp < size_buf) in describe_balance_args()
3932 buf[size_buf - size_bp - 1] = '\0'; /* remove last , */ in describe_balance_args()
3939 u32 size_buf = 1024; in describe_balance_start_or_resume() local
3943 u32 size_bp = size_buf; in describe_balance_start_or_resume()
3947 buf = kzalloc(size_buf, GFP_KERNEL); in describe_balance_start_or_resume()
3984 if (size_bp < size_buf) in describe_balance_start_or_resume()
3985 buf[size_buf - size_bp - 1] = '\0'; /* remove last " " */ in describe_balance_start_or_resume()