Lines Matching refs:resident
72 * in the resident attribute case, it is tied to the initialized size and, in
73 * the non-resident attribute case, it may not fall below the initialized size.
75 * Note that if the attribute is resident, we do not need to touch the page
154 attr_len = le32_to_cpu(a->data.resident.value_length);
160 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset);
162 a->data.resident.value_length = cpu_to_le32((u32)new_init_size);
344 * non-resident so that the content can always be encrypted.
354 * Reminder for later: If resident, the data is not actually
355 * compressed. Only on the switch to non-resident does
545 * This is called for non-resident attributes from ntfs_file_buffered_write()
1507 * the data was copied (for non-resident attributes only) and it returned
1526 * content modifications here for non-resident attributes. For resident
1563 * Attribute is resident, implying it is not compressed, encrypted, or
1594 attr_len = le32_to_cpu(a->data.resident.value_length);
1600 le16_to_cpu(a->data.resident.value_offset));
1601 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset);
1608 a->data.resident.value_length = cpu_to_le32(attr_len);
1761 * Determine the number of pages per cluster for non-resident
1838 * For non-resident attributes, we need to fill any holes with
1935 * If @datasync is true and the attribute is non-resident, we skip the writing