Searched refs:BIT_BYTE (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent_io.h80 #define BIT_BYTE(nr) ((nr) / BITS_PER_BYTE) macro
H A Dextent_io.c4712 size_t byte_offset = BIT_BYTE(nr);
4766 unsigned int first_byte = start + BIT_BYTE(pos);
4767 unsigned int last_byte = start + BIT_BYTE(pos + len - 1);
4803 unsigned int first_byte = start + BIT_BYTE(pos);
4804 unsigned int last_byte = start + BIT_BYTE(pos + len - 1);
H A Dfree-space-tree.c186 u8 *p = ((u8 *)map) + BIT_BYTE(start);

Completed in 136 milliseconds