Home
last modified time | relevance | path

Searched defs:block_size_bits (Results 1 – 5 of 5) sorted by relevance

/fs/ntfs/
Dinode.h95 u8 block_size_bits; /* Log2 of the above. */ member
103 u8 block_size_bits; /* Log2 of the size of a cb. */ member
Dlogfile.c721 unsigned block_size, block_size_bits; in ntfs_empty_logfile() local
Dcompress.c472 unsigned char block_size_bits = sb->s_blocksize_bits; in ntfs_read_compressed_block() local
Dattrib.c732 unsigned char block_size_bits; in load_attribute_list() local
/fs/
Dbuffer.c1699 static inline int block_size_bits(unsigned int blocksize) in block_size_bits() function