Searched refs:_u64s (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | vstructs.h | 19 #define __vstruct_bytes(_type, _u64s) \ argument 23 (size_t) (offsetof(_type, _data) + (_u64s) * sizeof(u64)); \ 29 #define __vstruct_blocks(_type, _sector_block_bits, _u64s) \ argument 30 (round_up(__vstruct_bytes(_type, _u64s), \ 36 #define vstruct_blocks_plus(_s, _sector_block_bits, _u64s) \ argument 38 __vstruct_u64s(_s) + (_u64s))
|
D | super-io.h | 36 #define bch2_sb_field_resize(_sb, _name, _u64s) \ argument 37 field_to_type(bch2_sb_field_resize_id(_sb, BCH_SB_FIELD_##_name, _u64s), _name) 41 #define bch2_sb_field_get_minsize(_sb, _name, _u64s) \ argument 42 field_to_type(bch2_sb_field_get_minsize_id(_sb, BCH_SB_FIELD_##_name, _u64s), _name)
|