Home
last modified time | relevance | path

Searched defs:bkey_packed (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dbcachefs_format.h261 struct bkey_packed { struct
271 * needs_whiteout - bkey_packed() will be cheaper if format is the high argument
289 * and it's legal to cast a bkey to a bkey_packed - so padding it out argument
292 __u8 pad[sizeof(struct bkey) - 3];
H A Dbkey.h217 #define bkey_packed(_k) \ macro
221 #define bkey_packed(_k) ((_k)->format != KEY_FORMAT_CURRENT) macro