Home
last modified time | relevance | path

Searched refs:LE_BITMASK (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbcachefs_format.h101 #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)