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