Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c1176 const ATTR_NEW *panew; in copy_attribute() local
1182 panew = (const ATTR_NEW*)buf; in copy_attribute()
1183 pa->type = panew->type; in copy_attribute()
1184 pa->lsn = sle64_to_cpu(panew->lsn); in copy_attribute()
1185 pa->inode = MREF(le64_to_cpu(panew->inode)); in copy_attribute()