Searched refs:index_bits (Results 1 – 4 of 4) sorted by relevance
411 u8 index_bits = ni->dir.index_bits; in ntfs_readdir() local412 size_t max_bit = i_size >> ni->dir.index_bits; in ntfs_readdir()499 bit = (pos - sbi->record_size) >> index_bits; in ntfs_readdir()539 ((u64)bit << index_bits) + sbi->record_size, in ntfs_readdir()579 size_t max_indx = i_size_read(&ni->vfs_inode) >> ni->dir.index_bits; in ntfs_dir_count()
893 indx->index_bits = blksize_bits(t32); in indx_init()939 u32 bytes = 1u << indx->index_bits; in indx_new()1044 u32 bytes = 1u << indx->index_bits; in indx_read_ra()1338 next_vbn = (((*off - record_size) >> indx->index_bits)) in indx_find_raw()1440 u32 data_size = 1u << indx->index_bits; in indx_create_allocate()1528 data_size = (u64)(bit + 1) << indx->index_bits; in indx_add_allocate()2104 new_data = (u64)bit << indx->index_bits; in indx_shrink()
202 u8 index_bits; // log2(root->index_block_size) member
2667 u8 index_bits = le32_to_cpu(root->index_block_size) >= in check_index_root() local2678 (block_clst << index_bits)) || in check_index_root()