Home
last modified time | relevance | path

Searched refs:BKEY_PAD (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbcache.h51 #define BKEY_PAD 8 macro
52 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ##_pad[BKEY_PAD]; }
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbcache.h51 #define BKEY_PAD 8 macro
52 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ##_pad[BKEY_PAD]; }
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbcache.h131 #define BKEY_PAD 8 macro
134 union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbcache_ondisk.h132 #define BKEY_PAD 8 macro
135 union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbcache.h93 #define BKEY_PAD 8 macro
95 union { struct bkey key; __u64 key ## _pad[BKEY_PAD]; }

Completed in 4 milliseconds