Searched defs:block_size_bits (Results 1 – 5 of 5) sorted by relevance
95 u8 block_size_bits; /* Log2 of the above. */ member103 u8 block_size_bits; /* Log2 of the size of a cb. */ member
721 unsigned block_size, block_size_bits; in ntfs_empty_logfile() local
472 unsigned char block_size_bits = sb->s_blocksize_bits; in ntfs_read_compressed_block() local
732 unsigned char block_size_bits; in load_attribute_list() local
1699 static inline int block_size_bits(unsigned int blocksize) in block_size_bits() function