Home
last modified time | relevance | path

Searched refs:index_block_clst (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs3/
H A Dindex.c888 if (!root->index_block_clst) in indx_init()
892 indx->idx2vbn_bits = __ffs(root->index_block_clst); in indx_init()
900 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init()
905 (root->index_block_clst - 1)) { in indx_init()
912 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
1380 root->index_block_clst; in indx_find_raw()
H A Dntfs.h797 u8 index_block_clst; // 0x0C: The number of clusters or sectors per index. member
H A Dfslog.c2669 u8 block_clst = root->index_block_clst; in check_index_root()