Searched defs:bkey_packed (Results 1 – 2 of 2) sorted by relevance
227 struct bkey_packed { struct237 * needs_whiteout - bkey_packed() will be cheaper if format is the high argument255 * and it's legal to cast a bkey to a bkey_packed - so padding it out argument258 __u8 pad[sizeof(struct bkey) - 3];
267 #define bkey_packed(_k) \ macro271 #define bkey_packed(_k) ((_k)->format != KEY_FORMAT_CURRENT) macro