Home
last modified time | relevance | path

Searched refs:index_bits (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs3/
H A Ddir.c455 u8 index_bits = ni->dir.index_bits; in ntfs_readdir() local
456 size_t max_bit = i_size >> ni->dir.index_bits; in ntfs_readdir()
550 bit = (pos - sbi->record_size) >> index_bits; in ntfs_readdir()
590 ((u64)bit << index_bits) + sbi->record_size, in ntfs_readdir()
650 size_t max_indx = i_size_read(&ni->vfs_inode) >> ni->dir.index_bits; in ntfs_dir_count()
H A Dindex.c930 indx->index_bits = blksize_bits(t32); in indx_init()
972 u32 bytes = 1u << indx->index_bits; in indx_new()
1077 u32 bytes = 1u << indx->index_bits; in indx_read_ra()
1379 next_vbn = (((*off - record_size) >> indx->index_bits)) in indx_find_raw()
1481 u32 data_size = 1u << indx->index_bits; in indx_create_allocate()
1571 data_size = (u64)(bit + 1) << indx->index_bits; in indx_add_allocate()
2196 new_data = (u64)bit << indx->index_bits; in indx_shrink()
H A Dntfs_fs.h200 u8 index_bits; // log2(root->index_block_size) member
H A Dfslog.c2722 u8 index_bits = le32_to_cpu(root->index_block_size) >= in check_index_root() local
2733 (block_clst << index_bits)) || in check_index_root()