Home
last modified time | relevance | path

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

/fs/exfat/
A Dexfatfs.h88 STATIC_ASSERT(sizeof(struct exfat_super_block) == 512);
110 STATIC_ASSERT(sizeof(struct exfat_entry) == 32);
122 STATIC_ASSERT(sizeof(struct exfat_entry_bitmap) == 32);
136 STATIC_ASSERT(sizeof(struct exfat_entry_upcase) == 32);
145 STATIC_ASSERT(sizeof(struct exfat_entry_label) == 32);
170 STATIC_ASSERT(sizeof(struct exfat_entry_meta1) == 32);
189 STATIC_ASSERT(sizeof(struct exfat_entry_meta2) == 32);
198 STATIC_ASSERT(sizeof(struct exfat_entry_name) == 32);
A Dcompiler.h61 #define STATIC_ASSERT(cond) _Static_assert(cond, #cond) macro
65 #define STATIC_ASSERT(cond) \ macro
A Dexfat.h76 STATIC_ASSERT(sizeof(off_t) == 8);

Completed in 6 milliseconds