Home
last modified time | relevance | path

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

/fs/ntfs3/
Dindex.c889 if (!root->index_block_clst) in indx_init()
893 indx->idx2vbn_bits = __ffs(root->index_block_clst); in indx_init()
901 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init()
906 (root->index_block_clst - 1)) { in indx_init()
913 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
1385 root->index_block_clst; in indx_find_raw()
Dntfs.h792 u8 index_block_clst; // 0x0C: The number of clusters or sectors per index. member
Dfslog.c2652 u8 block_clst = root->index_block_clst; in check_index_root()