Lines Matching refs:resident
463 ntfs_error(ctx->ntfs_ino->vol->sb, "Non-resident file "
473 if (!(attr->data.resident.flags & RESIDENT_ATTR_IS_INDEXED)) {
479 le16_to_cpu(attr->data.resident.value_offset));
480 p2 = (u8 *)file_name_attr + le32_to_cpu(attr->data.resident.value_length);
632 if ((u8 *)a + le16_to_cpu(a->data.resident.value_offset)
633 + le32_to_cpu(a->data.resident.value_length) >
639 le16_to_cpu(a->data.resident.value_offset));
687 ntfs_error(vi->i_sb, "Non-resident attribute "
740 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset)
742 a->data.resident.value_length) >
750 a->data.resident.value_offset),
752 a->data.resident.value_length));
784 "resident.");
789 le16_to_cpu(a->data.resident.value_offset)))) {
813 le16_to_cpu(a->data.resident.value_offset));
814 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length);
910 "is resident.");
1117 a->data.resident.value_length);
1120 a->data.resident.value_offset);
1146 * special non-resident attributes, but that is how Windows works, too,
1151 * sizes of all non-resident attributes present to give us the Linux
1316 le16_to_cpu(a->data.resident.value_offset)))) {
1323 "but the attribute is resident. "
1329 a->data.resident.value_length);
1331 le16_to_cpu(a->data.resident.value_offset);
1515 ntfs_error(vol->sb, "$INDEX_ROOT attribute is not resident.");
1520 le16_to_cpu(a->data.resident.value_offset)))) {
1535 ir = (INDEX_ROOT*)((u8*)a + le16_to_cpu(a->data.resident.value_offset));
1536 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length);
1612 "resident.");
1876 ntfs_error(sb, "Non-resident attribute list "
1932 a->data.resident.value_offset) +
1934 a->data.resident.value_length) >
1942 a->data.resident.value_offset),
1944 a->data.resident.value_length));
2017 /* $MFT must be non-resident. */
2019 ntfs_error(sb, "$MFT must be non-resident but a "
2020 "resident extent was found. $MFT is "
2502 le16_to_cpu(a->data.resident.value_offset);
2508 * the resident case this is the page with index 0. However,
2551 * non-resident and if successful restart the truncation process.
2557 * Could not make non-resident. If this is due to this not being
2559 * try to make other attributes non-resident. Otherwise fail.
2564 "resident to non-resident attribute failed "
2574 "disk for the non-resident attribute value. "
2578 "non-resident. This case is not implemented "
2583 // TODO: Attempt to make other attributes non-resident.
2674 * modified as explained above for the resident
2997 le16_to_cpu(ctx->attr->data.resident.value_offset));