Home
last modified time | relevance | path

Searched refs:_ptr (Results 1 – 6 of 6) sorted by relevance

/fs/bcachefs/
A Dextents.h310 ((_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 Dfifo.h120 #define fifo_for_each_entry_ptr(_ptr, _fifo, _iter) \ argument
124 (_ptr = &(_fifo)->data[(_iter) & (_fifo)->mask], true)); \
A Dutil.h329 typeof(ptr) _ptr = ptr; \
330 _ptr ? container_of(_ptr, type, member) : NULL; \
A Dbcachefs_format.h1499 struct bch_extent_ptr _ptr; /* not used anymore */ member
A Dbtree_update_interior.c393 memset(&b->data->_ptr, 0, sizeof(b->data->_ptr)); in bch2_btree_node_alloc()
/fs/ext4/
A Dsysfs.c196 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument
202 .explicit_ptr = _ptr, \

Completed in 21 milliseconds