Home
last modified time | relevance | path

Searched refs:vcn_size_bits (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h134 u8 vcn_size_bits; member
/third_party/ntfs-3g/libntfs-3g/
Dindex.c75 return vcn << icx->vcn_size_bits; in ntfs_ib_vcn_to_pos()
80 return pos >> icx->vcn_size_bits; in ntfs_ib_pos_to_vcn()
802 icx->vcn_size_bits = ni->vol->cluster_size_bits; in ntfs_index_lookup()
804 icx->vcn_size_bits = NTFS_BLOCK_SIZE_BITS; in ntfs_index_lookup()