Searched refs:_ptr (Results 1 – 6 of 6) sorted by relevance
| /fs/bcachefs/ |
| A D | extents.h | 310 ((_ptr) = __bkey_ptr_next(_ptr, _end)); \ 311 (_ptr)++) 313 #define bkey_ptr_next(_p, _ptr) \ argument 314 __bkey_ptr_next(_ptr, (_p).end) 323 (_ptr).has_ec = false; \ 324 (_ptr).do_ec_reconstruct = false; \ 325 (_ptr).crc_retry_nr = 0; \ 330 (_ptr).ptr = _entry->ptr; \ 340 (_ptr).has_ec = true; \ 358 _ptr, _entry) [all …]
|
| A D | fifo.h | 120 #define fifo_for_each_entry_ptr(_ptr, _fifo, _iter) \ argument 124 (_ptr = &(_fifo)->data[(_iter) & (_fifo)->mask], true)); \
|
| A D | util.h | 329 typeof(ptr) _ptr = ptr; \ 330 _ptr ? container_of(_ptr, type, member) : NULL; \
|
| A D | bcachefs_format.h | 1499 struct bch_extent_ptr _ptr; /* not used anymore */ member
|
| A D | btree_update_interior.c | 393 memset(&b->data->_ptr, 0, sizeof(b->data->_ptr)); in bch2_btree_node_alloc()
|
| /fs/ext4/ |
| A D | sysfs.c | 196 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument 202 .explicit_ptr = _ptr, \
|
Completed in 21 milliseconds