Lines Matching refs:resident
71 * in the resident attribute case, it is tied to the initialized size and, in
72 * the non-resident attribute case, it may not fall below the initialized size.
74 * Note that if the attribute is resident, we do not need to touch the page
153 attr_len = le32_to_cpu(a->data.resident.value_length);
159 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset);
161 a->data.resident.value_length = cpu_to_le32((u32)new_init_size);
348 * non-resident so that the content can always be encrypted.
358 * Reminder for later: If resident, the data is not actually
359 * compressed. Only on the switch to non-resident does
552 * This is called for non-resident attributes from ntfs_file_buffered_write()
1514 * the data was copied (for non-resident attributes only) and it returned
1533 * content modifications here for non-resident attributes. For resident
1570 * Attribute is resident, implying it is not compressed, encrypted, or
1601 attr_len = le32_to_cpu(a->data.resident.value_length);
1607 le16_to_cpu(a->data.resident.value_offset));
1608 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset);
1615 a->data.resident.value_length = cpu_to_le32(attr_len);
1771 * Determine the number of pages per cluster for non-resident
1848 * For non-resident attributes, we need to fill any holes with
1957 * If @datasync is true and the attribute is non-resident, we skip the writing