Searched refs:getattrentry (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.c | 254 struct ATTR *getattrentry(unsigned int key, unsigned int lth) in getattrentry() function 665 pa = getattrentry(key,0); in attrname() 1232 pa = getattrentry(le16_to_cpu(logr->target_attribute), in refresh_attributes() 1251 pa = getattrentry(i,0); in refresh_attributes() 1272 pa = getattrentry(key,len); in refresh_attributes() 1401 pa = getattrentry(attr,0); in fixup() 1454 pa = getattrentry(attr,0); in fixup() 1503 pa = getattrentry(attr,0); in fixup() 1562 pa = getattrentry(attr,0); in fixup() 1632 pa = getattrentry(attr,0); in fixup() [all …]
|
D | ntfsrecover.h | 143 struct ATTR *getattrentry(unsigned int key, unsigned int lth);
|
D | playlog.c | 2360 pa = getattrentry(le16_to_cpu(action->record.target_attribute),0); in redo_open_attribute() 3441 pa = getattrentry(le16_to_cpu(action->record.target_attribute),0); in undo_open_attribute() 4039 pa = getattrentry(le16_to_cpu( in get_action_kind()
|