Home
last modified time | relevance | path

Searched refs:bch2_bkey_buf_realloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbkey_buf.h13 static inline void bch2_bkey_buf_realloc(struct bkey_buf *s, in bch2_bkey_buf_realloc() function
27 bch2_bkey_buf_realloc(s, c, k.k->u64s); in bch2_bkey_buf_reassemble()
35 bch2_bkey_buf_realloc(s, c, src->k.u64s); in bch2_bkey_buf_copy()
44 bch2_bkey_buf_realloc(s, c, BKEY_U64s + in bch2_bkey_buf_unpack()
H A Dio_misc.c68 bch2_bkey_buf_realloc(&new, c, sizeof(*reservation) / sizeof(u64)); in bch2_extent_fallocate()
80 bch2_bkey_buf_realloc(&new, c, BKEY_EXTENT_U64s_MAX); in bch2_extent_fallocate()
H A Ddata_update.c196 bch2_bkey_buf_realloc(&_insert, c, U8_MAX); in __bch2_data_update_index_update()
H A Dfs.c1401 bch2_bkey_buf_realloc(&cur->kbuf, c, sizeof(*delextent) / sizeof(u64)); in bch2_next_fiemap_pagecache_extent()