Home
last modified time | relevance | path

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

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