Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exfat/
Dballoc.c213 clu_base = BITMAP_ENT_TO_CLUSTER(ent_idx & ~(BITS_PER_BYTE_MASK)); in exfat_find_free_bitmap()
252 unsigned int last_mask = total_clus & BITS_PER_BYTE_MASK; in exfat_count_used_clusters()
Dexfat_fs.h126 #define BITS_PER_BYTE_MASK 0x7 macro
/Linux-v5.10/tools/bpf/bpftool/
Dbtf_dumper.c18 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
19 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)
/Linux-v5.10/kernel/bpf/
Dbtf.c169 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
170 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)