Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ntfs/
Dinode.c288 ntfs_u8 *alist2 = alist; in parse_attributes() local
310 l = NTFS_GETU16(alist2 + 4); in parse_attributes()
313 if (NTFS_GETU32(alist2 + 0x0) < ino->vol->at_data) { in parse_attributes()
315 alist2 += l; in parse_attributes()
318 if (NTFS_GETU32(alist2 + 0x0) > ino->vol->at_data) { in parse_attributes()
330 mftno2 = NTFS_GETU32(alist2 + 0x10); in parse_attributes()
347 NTFS_GETU32(alist2 + 0), /* type */ in parse_attributes()
348 (wchar_t*)(alist2 + alist2[7]), /* name */ in parse_attributes()
349 alist2[6], /* name length */ in parse_attributes()
351 NTFS_GETU16(alist2 + 24) /* instance number */ in parse_attributes()
[all …]