Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dballoc.c16 #define lel_to_cpu(A) le32_to_cpu(A) macro
20 #define lel_to_cpu(A) le64_to_cpu(A) macro
203 if (lel_to_cpu(bitval) != ULONG_MAX) { in exfat_find_free_bitmap()
204 clu_bits = lel_to_cpu(bitval); in exfat_find_free_bitmap()
247 clu_bits = lel_to_cpu(*(__le_long *)bitmap); in exfat_count_used_clusters()
/linux/drivers/block/drbd/
H A Ddrbd_int.h1145 #define lel_to_cpu(A) le32_to_cpu(A) macro
1149 #define lel_to_cpu(A) le64_to_cpu(A) macro