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.c886 if (!root->index_block_clst) in indx_init()
890 indx->idx2vbn_bits = __ffs(root->index_block_clst); in indx_init()
898 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init()
903 (root->index_block_clst - 1)) { in indx_init()
910 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
1382 root->index_block_clst; in indx_find_raw()
H A Dntfs.h800 u8 index_block_clst; // 0x0C: The number of clusters or sectors per index. member
H A Dfslog.c2671 u8 block_clst = root->index_block_clst; in check_index_root()