Searched refs:bch2_bkey_buf_realloc (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | bkey_buf.h | 13 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()
|
| A D | io_misc.c | 68 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()
|
| A D | data_update.c | 178 bch2_bkey_buf_realloc(&_insert, c, U8_MAX); in __bch2_data_update_index_update()
|
| A D | fs.c | 1307 bch2_bkey_buf_realloc(&prev, c, k.k->u64s); in bch2_fiemap()
|
Completed in 10 milliseconds