Home
last modified time | relevance | path

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

/external/syslinux/core/fs/ntfs/
Dntfs.c1071 readdir_state->last_vcn = 0; in ntfs_readdir()
1120 vcn = readdir_state->last_vcn; in ntfs_readdir()
1122 readdir_state->last_vcn = 0; in ntfs_readdir()
1163 readdir_state->last_vcn += (blk_size / (1 << in ntfs_readdir()
Dntfs.h112 int64_t last_vcn; /* Last VCN of the INDX block */ member