Lines Matching defs:naa
1087 * @naa: Opened ntfs $INDEX_ALLOCATION attribute
1096 __attribute__((unused)), ntfs_attr *naa, ntfs_attr *nab,
1135 while (offset < naa->allocated_size) {
1140 s64 ret = ntfs_rl_pread(vol, naa->rl,
1178 wiped = ntfs_rl_pwrite(vol, naa->rl, 0, offset, indx_record_size, buf);
1247 ntfs_attr *naa;
1282 naa = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
1283 if (!naa) {
1291 if (!NAttrNonResident(naa)) {
1298 if (ntfs_attr_map_whole_runlist(naa)) {
1337 naa, nab, indx_record_size);
1355 ntfs_attr_close(naa);