Searched defs:block_size_bits (Results 1 – 5 of 5) sorted by relevance
109 u8 block_size_bits; /* Log2 of the above. */ member117 u8 block_size_bits; /* Log2 of the size of a cb. */ member
734 unsigned block_size, block_size_bits; in ntfs_empty_logfile() local
492 unsigned char block_size_bits = sb->s_blocksize_bits; in ntfs_read_compressed_block() local
722 unsigned char block_size_bits; in load_attribute_list() local
1658 static inline int block_size_bits(unsigned int blocksize) in block_size_bits() function