• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/

Lines Matching refs:resident

482 			ntfs_error(ctx->ntfs_ino->vol->sb, "Non-resident file "
492 if (!(attr->data.resident.flags & RESIDENT_ATTR_IS_INDEXED)) {
498 le16_to_cpu(attr->data.resident.value_offset));
499 p2 = (u8*)attr + le32_to_cpu(attr->data.resident.value_length);
643 le16_to_cpu(a->data.resident.value_offset));
691 ntfs_error(vi->i_sb, "Non-resident attribute "
744 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset)
746 a->data.resident.value_length) >
754 a->data.resident.value_offset),
756 a->data.resident.value_length));
787 "resident.");
792 le16_to_cpu(a->data.resident.value_offset)))) {
816 le16_to_cpu(a->data.resident.value_offset));
817 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length);
913 "is resident.");
1118 a->data.resident.value_length);
1121 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
1317 le16_to_cpu(a->data.resident.value_offset)))) {
1324 "but the attribute is resident. "
1330 a->data.resident.value_length);
1332 le16_to_cpu(a->data.resident.value_offset);
1519 ntfs_error(vol->sb, "$INDEX_ROOT attribute is not resident.");
1524 le16_to_cpu(a->data.resident.value_offset)))) {
1539 ir = (INDEX_ROOT*)((u8*)a + le16_to_cpu(a->data.resident.value_offset));
1540 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length);
1616 "resident.");
1868 ntfs_error(sb, "Non-resident attribute list "
1920 a->data.resident.value_offset) +
1922 a->data.resident.value_length) >
1930 a->data.resident.value_offset),
1932 a->data.resident.value_length));
1995 /* $MFT must be non-resident. */
1997 ntfs_error(sb, "$MFT must be non-resident but a "
1998 "resident extent was found. $MFT is "
2479 le16_to_cpu(a->data.resident.value_offset);
2485 * the resident case this is the page with index 0. However,
2528 * non-resident and if successful restart the truncation process.
2534 * Could not make non-resident. If this is due to this not being
2536 * try to make other attributes non-resident. Otherwise fail.
2541 "resident to non-resident attribute failed "
2551 "disk for the non-resident attribute value. "
2555 "non-resident. This case is not implemented "
2623 * modified as explained above for the resident
2943 le16_to_cpu(ctx->attr->data.resident.value_offset));