Searched refs:LE_BITMASK (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | bcachefs_format.h | 101 #define LE_BITMASK(_bits, name, type, field, offset, end) \ macro 121 #define LE16_BITMASK(n, t, f, o, e) LE_BITMASK(16, n, t, f, o, e) 122 #define LE32_BITMASK(n, t, f, o, e) LE_BITMASK(32, n, t, f, o, e) 123 #define LE64_BITMASK(n, t, f, o, e) LE_BITMASK(64, n, t, f, o, e)
|
Completed in 7 milliseconds