Lines Matching refs:resident
365 * For non-resident attributes, ntfs_read_folio() fills the @folio of the open
370 * For resident attributes, OTOH, ntfs_read_folio() fills @folio by copying the
435 /* Normal, non-resident data stream. */
439 * Attribute is resident, implying it is not compressed or encrypted.
443 * but if it is resident the actual data is not compressed so we are
461 * If a parallel write made the attribute non-resident, drop the mft
477 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length);
490 le16_to_cpu(ctx->attr->data.resident.value_offset),
514 * This function is for writing pages belonging to non-resident, non-mst
882 * This function is for writing pages belonging to non-resident, mst protected
1323 * For non-resident attributes, ntfs_writepage() writes the @page by calling
1328 * For resident attributes, OTOH, ntfs_writepage() writes the @page by copying
1411 /* Normal, non-resident data stream. */
1415 * Attribute is resident, implying it is not compressed, encrypted, or
1419 * marked compressed but if it is resident the actual data is not
1446 * If a parallel write made the attribute non-resident, drop the mft
1469 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length);
1486 le16_to_cpu(ctx->attr->data.resident.value_offset),
1531 * For regular, non-resident files (i.e. not compressed and not encrypted), map
1566 (!NInoNonResident(ni) ? "resident" :