Lines Matching refs:resident
365 * For non-resident attributes, ntfs_readpage() fills the @page of the open
370 * For resident attributes, OTOH, ntfs_readpage() fills @page by copying the
434 /* Normal, non-resident data stream. */
438 * Attribute is resident, implying it is not compressed or encrypted.
442 * but if it is resident the actual data is not compressed so we are
460 * If a parallel write made the attribute non-resident, drop the mft
476 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length);
489 le16_to_cpu(ctx->attr->data.resident.value_offset),
513 * This function is for writing pages belonging to non-resident, non-mst
880 * This function is for writing pages belonging to non-resident, mst protected
1321 * For non-resident attributes, ntfs_writepage() writes the @page by calling
1326 * For resident attributes, OTOH, ntfs_writepage() writes the @page by copying
1408 /* Normal, non-resident data stream. */
1412 * Attribute is resident, implying it is not compressed, encrypted, or
1416 * marked compressed but if it is resident the actual data is not
1443 * If a parallel write made the attribute non-resident, drop the mft
1466 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length);
1483 le16_to_cpu(ctx->attr->data.resident.value_offset),
1528 * For regular, non-resident files (i.e. not compressed and not encrypted), map
1563 (!NInoNonResident(ni) ? "resident" :