Home
last modified time | relevance | path

Searched refs:nextinstance (Results 1 - 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c312 u16 nextinstance; in sanity_mft() local
318 nextinstance = le16_to_cpu(record->next_attr_instance); in sanity_mft()
333 /* Can nextinstance wrap around ? */ in sanity_mft()
334 if (instance >= nextinstance) { in sanity_mft()
336 (int)instance, (int)nextinstance - 1); in sanity_mft()

Completed in 6 milliseconds