Home
last modified time | relevance | path

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

/Linux-v6.1/fs/exfat/
Dballoc.c208 clu_base = BITMAP_ENT_TO_CLUSTER(ent_idx & ~(BITS_PER_BYTE_MASK)); in exfat_find_free_bitmap()
247 unsigned int last_mask = total_clus & BITS_PER_BYTE_MASK; in exfat_count_used_clusters()
Dexfat_fs.h125 #define BITS_PER_BYTE_MASK 0x7 macro
/Linux-v6.1/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-v6.1/kernel/bpf/
Dbtf.c171 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
172 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)