Searched defs:block_size_bits (Results 1 – 6 of 6) 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
735 unsigned block_size, block_size_bits; in ntfs_empty_logfile() local
486 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
148 unsigned char block_size_bits; member
1623 static inline int block_size_bits(unsigned int blocksize) in block_size_bits() function