Home
last modified time | relevance | path

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

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