Home
last modified time | relevance | path

Searched refs:leVCN (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dtypes.h75 typedef sle64 leVCN; typedef
Dlayout.h765 /* 16*/ leVCN lowest_vcn; /* Lowest valid virtual cluster number
770 /* 24*/ leVCN highest_vcn; /* Highest valid vcn of this extent of
1030 /* 8*/ leVCN lowest_vcn; /* Lowest virtual cluster number of this portion
2161 /* 16*/ leVCN index_block_vcn; /* Virtual cluster number of the index block. */
Dlogfile.h414 leVCN target_vcn;
/third_party/ntfs-3g/ntfsprogs/
Dntfsfix.c880 leVCN levcn; in attrlist_selfloc_condition()
917 || ((leVCN)al->lowest_vcn != levcn))) { in attrlist_selfloc_condition()
926 && ((leVCN)al->lowest_vcn == levcn) in attrlist_selfloc_condition()
Dmkntfs.c2544 *(leVCN*)((char*)re + le16_to_cpu(re->length) - sizeof(VCN)) = in upgrade_to_large_index()
/third_party/ntfs-3g/libntfs-3g/
Dindex.c194 static leVCN *ntfs_ie_get_vcn_addr(INDEX_ENTRY *ie) in ntfs_ie_get_vcn_addr()
196 return (leVCN *)((u8 *)ie + le16_to_cpu(ie->length) - sizeof(leVCN)); in ntfs_ie_get_vcn_addr()