Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_update_interior.h213 return (void *) ((u64 *) btree_data_end(b) - b->whiteout_u64s); in unwritten_whiteouts_start()
244 b->whiteout_u64s; in __bch2_btree_u64s_remaining()
313 b->whiteout_u64s += k.u64s; in push_whiteout()
H A Dbtree_io.c173 size_t bytes = b->whiteout_u64s * sizeof(u64); in bch2_sort_whiteouts()
175 if (!b->whiteout_u64s) in bch2_sort_whiteouts()
198 (void *) ((u64 *) new_whiteouts + b->whiteout_u64s)); in bch2_sort_whiteouts()
201 new_whiteouts, b->whiteout_u64s); in bch2_sort_whiteouts()
2097 bytes += b->whiteout_u64s * sizeof(u64); in __bch2_btree_node_write()
2143 b->whiteout_u64s = 0; in __bch2_btree_node_write()
2275 BUG_ON(b->whiteout_u64s); in bch2_btree_post_write_cleanup()
H A Dbtree_types.h100 u16 whiteout_u64s; member
H A Dbtree_cache.c852 b->whiteout_u64s = 0; in bch2_btree_node_mem_alloc()