Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dballoc.c17 #define cpu_to_lel(A) cpu_to_le32(A) macro
21 #define cpu_to_lel(A) cpu_to_le64(A) macro
206 bitval |= cpu_to_lel(clu_mask); in exfat_find_free_bitmap()
/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c495 mask = cpu_to_lel(mask); in bm_clear_surplus()
531 mask = cpu_to_lel(mask); in bm_set_surplus()
572 p_addr[last_word] &= cpu_to_lel(mask); in bm_count_bits()
H A Ddrbd_int.h1144 #define cpu_to_lel(A) cpu_to_le32(A) macro
1148 #define cpu_to_lel(A) cpu_to_le64(A) macro