Searched refs:KEY_FIELD (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 28 #define KEY_FIELD(name, field, offset, size) \ macro 44 KEY_FIELD(KEY_PTRS, high, 60, 3) 45 KEY_FIELD(HEADER_SIZE, high, 58, 2) 46 KEY_FIELD(KEY_CSUM, high, 56, 2) 47 KEY_FIELD(KEY_PINNED, high, 55, 1) 48 KEY_FIELD(KEY_DIRTY, high, 36, 1) 50 KEY_FIELD(KEY_SIZE, high, 20, KEY_SIZE_BITS) 51 KEY_FIELD(KEY_INODE, high, 0, 20)
|