/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | namei.c | 215 val_len = le32_to_cpu(a->data.resident.value_length); in ntfs_lookup() 216 if (le16_to_cpu(a->data.resident.value_offset) + in ntfs_lookup() 220 ctx->attr->data.resident.value_offset)); in ntfs_lookup() 324 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_get_parent() 325 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) > in ntfs_get_parent()
|
H A D | attrib.c | 524 * @val: attribute value to find (optional, resident attributes only) 558 * Finally, the resident attribute value @val is looked for, if present. If 565 * use ntfs_attr_find() to search for extent records of non-resident 573 * non-resident as this most likely will result in a crash! 679 a->data.resident.value_offset), in ntfs_attr_find() 681 a->data.resident.value_length))); in ntfs_attr_find() 690 a->data.resident.value_length); in ntfs_attr_find() 823 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only) 824 * @val: attribute value to find (optional, resident attributes only) 1082 a->data.resident in ntfs_external_attr_find() [all...] |
H A D | inode.c | 463 ntfs_error(ctx->ntfs_ino->vol->sb, "Non-resident file " in ntfs_is_extended_system_file() 473 if (!(attr->data.resident.flags & RESIDENT_ATTR_IS_INDEXED)) { in ntfs_is_extended_system_file() 479 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_is_extended_system_file() 480 p2 = (u8 *)file_name_attr + le32_to_cpu(attr->data.resident.value_length); in ntfs_is_extended_system_file() 632 if ((u8 *)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode() 633 + le32_to_cpu(a->data.resident.value_length) > in ntfs_read_locked_inode() 639 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode() 687 ntfs_error(vi->i_sb, "Non-resident attribute " in ntfs_read_locked_inode() 740 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode() 742 a->data.resident in ntfs_read_locked_inode() [all...] |
H A D | attrib.h | 70 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
|
H A D | file.c | 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); in ntfs_attr_extend_initialized() 159 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset); in ntfs_attr_extend_initialized() 161 a->data.resident.value_length = cpu_to_le32((u32)new_init_size); in ntfs_attr_extend_initialized() 348 * non-resident so that the content can always be encrypted. in ntfs_prepare_file_for_write() 358 * Reminder for later: If resident, the data is not actually in ntfs_prepare_file_for_write() 359 * compressed. Only on the switch to non-resident does in ntfs_prepare_file_for_write() 552 * This is called for non-resident attribute [all...] |
H A D | aops.c | 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. */ in ntfs_readpage() 438 * Attribute is resident, implying it is not compressed or encrypted. in ntfs_readpage() 442 * but if it is resident the actual data is not compressed so we are in ntfs_readpage() 460 * If a parallel write made the attribute non-resident, drop the mft in ntfs_readpage() 476 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readpage() 489 le16_to_cpu(ctx->attr->data.resident.value_offset), in ntfs_readpage() 513 * This function is for writing pages belonging to non-resident, non-mst 880 * This function is for writing pages belonging to non-resident, ms [all...] |
H A D | dir.c | 114 le16_to_cpu(ctx->attr->data.resident.value_offset)); in ntfs_lookup_inode_by_name() 665 le16_to_cpu(ctx->attr->data.resident.value_offset)); 1161 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir() 1169 le16_to_cpu(ctx->attr->data.resident.value_offset), rc); in ntfs_readdir()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | namei.c | 215 val_len = le32_to_cpu(a->data.resident.value_length); in ntfs_lookup() 216 if (le16_to_cpu(a->data.resident.value_offset) + in ntfs_lookup() 220 ctx->attr->data.resident.value_offset)); in ntfs_lookup() 324 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_get_parent() 325 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) > in ntfs_get_parent()
|
H A D | attrib.c | 524 * @val: attribute value to find (optional, resident attributes only) 558 * Finally, the resident attribute value @val is looked for, if present. If 565 * use ntfs_attr_find() to search for extent records of non-resident 573 * non-resident as this most likely will result in a crash! 679 a->data.resident.value_offset), in ntfs_attr_find() 681 a->data.resident.value_length))); in ntfs_attr_find() 690 a->data.resident.value_length); in ntfs_attr_find() 823 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only) 824 * @val: attribute value to find (optional, resident attributes only) 1082 a->data.resident in ntfs_external_attr_find() [all...] |
H A D | inode.c | 463 ntfs_error(ctx->ntfs_ino->vol->sb, "Non-resident file " in ntfs_is_extended_system_file() 473 if (!(attr->data.resident.flags & RESIDENT_ATTR_IS_INDEXED)) { in ntfs_is_extended_system_file() 479 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_is_extended_system_file() 480 p2 = (u8 *)file_name_attr + le32_to_cpu(attr->data.resident.value_length); in ntfs_is_extended_system_file() 632 if ((u8 *)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode() 633 + le32_to_cpu(a->data.resident.value_length) > in ntfs_read_locked_inode() 639 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode() 687 ntfs_error(vi->i_sb, "Non-resident attribute " in ntfs_read_locked_inode() 740 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode() 742 a->data.resident in ntfs_read_locked_inode() [all...] |
H A D | attrib.h | 70 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
|
H A D | file.c | 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); in ntfs_attr_extend_initialized() 160 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset); in ntfs_attr_extend_initialized() 162 a->data.resident.value_length = cpu_to_le32((u32)new_init_size); in ntfs_attr_extend_initialized() 344 * non-resident so that the content can always be encrypted. in ntfs_prepare_file_for_write() 354 * Reminder for later: If resident, the data is not actually in ntfs_prepare_file_for_write() 355 * compressed. Only on the switch to non-resident does in ntfs_prepare_file_for_write() 545 * This is called for non-resident attribute [all...] |
H A D | aops.c | 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. */ in ntfs_read_folio() 439 * Attribute is resident, implying it is not compressed or encrypted. in ntfs_read_folio() 443 * but if it is resident the actual data is not compressed so we are in ntfs_read_folio() 461 * If a parallel write made the attribute non-resident, drop the mft in ntfs_read_folio() 477 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_read_folio() 490 le16_to_cpu(ctx->attr->data.resident.value_offset), in ntfs_read_folio() 514 * This function is for writing pages belonging to non-resident, non-mst 882 * This function is for writing pages belonging to non-resident, ms [all...] |
H A D | dir.c | 114 le16_to_cpu(ctx->attr->data.resident.value_offset)); in ntfs_lookup_inode_by_name() 665 le16_to_cpu(ctx->attr->data.resident.value_offset)); 1161 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir() 1169 le16_to_cpu(ctx->attr->data.resident.value_offset), rc); in ntfs_readdir()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-v4.c | 233 vpe->resident = false; in its_make_vpe_non_resident() 256 vpe->resident = true; in its_make_vpe_resident()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v4.c | 253 vpe->resident = false; in its_make_vpe_non_resident() 278 vpe->resident = true; in its_make_vpe_resident()
|
/kernel/linux/linux-5.10/include/linux/irqchip/ |
H A D | arm-gic-v4.h | 40 /* VPE resident */ 41 bool resident; member
|
/kernel/linux/linux-6.6/include/linux/irqchip/ |
H A D | arm-gic-v4.h | 40 /* VPE resident */ 41 bool resident; member
|
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-v4.c | 95 * made non-resident. Ensure we only update pending_last in vgic_v4_doorbell_handler() 317 if (!vgic_supports_direct_msis(vcpu->kvm) || !vpe->resident) in vgic_v4_put() 328 if (!vgic_supports_direct_msis(vcpu->kvm) || vpe->resident) in vgic_v4_load() 332 * Before making the VPE resident, make sure the redistributor in vgic_v4_load() 346 * Now that the VPE is resident, let's get rid of a potential in vgic_v4_load()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | task_nommu.c | 100 unsigned long *data, unsigned long *resident) in task_statm() 125 *resident = size; in task_statm() 98 task_statm(struct mm_struct *mm, unsigned long *shared, unsigned long *text, unsigned long *data, unsigned long *resident) task_statm() argument
|
H A D | array.c | 658 unsigned long resident = 0; in proc_pid_statm() local 663 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 670 * size, resident, shared, text, data); in proc_pid_statm() 673 seq_put_decimal_ull(m, " ", resident); in proc_pid_statm()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | task_nommu.c | 96 unsigned long *data, unsigned long *resident) in task_statm() 120 *resident = size; in task_statm() 94 task_statm(struct mm_struct *mm, unsigned long *shared, unsigned long *text, unsigned long *data, unsigned long *resident) task_statm() argument
|
H A D | array.c | 683 unsigned long resident = 0; in proc_pid_statm() local 688 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 695 * size, resident, shared, text, data); in proc_pid_statm() 698 seq_put_decimal_ull(m, " ", resident); in proc_pid_statm()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_file.h | 471 * @resident: Total size of GEM objects backing pages 472 * @purgeable: Total size of GEM objects that can be purged (resident and not active) 480 u64 resident; member
|
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/ |
H A D | vgic-v4.c | 95 * made non-resident. Ensure we only update pending_last in vgic_v4_doorbell_handler() 343 if (!vgic_supports_direct_msis(vcpu->kvm) || !vpe->resident) in vgic_v4_put() 354 if (!vgic_supports_direct_msis(vcpu->kvm) || vpe->resident) in vgic_v4_load() 361 * Before making the VPE resident, make sure the redistributor in vgic_v4_load() 375 * Now that the VPE is resident, let's get rid of a potential in vgic_v4_load()
|