Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
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()
Dntfs.h801 u8 index_block_clst; // 0x0C: The number of clusters or sectors per index. member
Dfslog.c2650 u8 block_clst = root->index_block_clst; in check_index_root()