Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h64 #define MAX_PARENT_VCN 32 macro
128 int parent_pos[MAX_PARENT_VCN]; /* parent entries' positions */
129 VCN parent_vcn[MAX_PARENT_VCN]; /* entry's parent nodes */
/third_party/ntfs-3g/libntfs-3g/
Dindex.c718 if (icx->pindex >= MAX_PARENT_VCN) { in ntfs_icx_parent_inc()
720 ntfs_log_perror("Index is over %d level deep", MAX_PARENT_VCN); in ntfs_icx_parent_inc()