/linux-5.19.10/fs/ntfs/ |
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()
|
D | attrib.c | 659 a->data.resident.value_offset), in ntfs_attr_find() 661 a->data.resident.value_length))); in ntfs_attr_find() 670 a->data.resident.value_length); in ntfs_attr_find() 1062 a->data.resident.value_length) == val_len && in ntfs_external_attr_find() 1064 le16_to_cpu(a->data.resident.value_offset), in ntfs_external_attr_find() 1476 le16_to_cpu(a->data.resident.value_offset) + new_size)) in ntfs_resident_attr_value_resize() 1482 old_size = le32_to_cpu(a->data.resident.value_length); in ntfs_resident_attr_value_resize() 1484 memset((u8*)a + le16_to_cpu(a->data.resident.value_offset) + in ntfs_resident_attr_value_resize() 1487 a->data.resident.value_length = cpu_to_le32(new_size); in ntfs_resident_attr_value_resize() 1646 attr_size = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_make_non_resident() [all …]
|
D | inode.c | 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() 740 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode() 742 a->data.resident.value_length) > in ntfs_read_locked_inode() 750 a->data.resident.value_offset), in ntfs_read_locked_inode() 752 a->data.resident.value_length)); in ntfs_read_locked_inode() [all …]
|
D | attrib.h | 70 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
|
D | file.c | 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() 1599 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_commit_pages_after_write() 1605 le16_to_cpu(a->data.resident.value_offset)); in ntfs_commit_pages_after_write() 1606 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset); in ntfs_commit_pages_after_write() 1613 a->data.resident.value_length = cpu_to_le32(attr_len); in ntfs_commit_pages_after_write()
|
D | aops.c | 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() 1469 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_writepage() 1486 le16_to_cpu(ctx->attr->data.resident.value_offset), in ntfs_writepage()
|
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()
|
D | Kconfig | 61 renaming is possible. Note only non-resident files can be written to
|
D | index.c | 162 le16_to_cpu(actx->attr->data.resident.value_offset)); in ntfs_index_lookup()
|
D | super.c | 389 le16_to_cpu(ctx->attr->data.resident.value_offset)); in ntfs_write_volume_flags() 1874 le16_to_cpu(ctx->attr->data.resident.value_offset)); in load_system_files() 1877 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
|
D | layout.h | 721 } __attribute__ ((__packed__)) resident; member
|
/linux-5.19.10/Documentation/devicetree/bindings/firmware/ |
D | coreboot.txt | 3 The device tree node to communicate the location of coreboot's memory-resident 18 coreboot to dynamically allocate data structures that remain resident.
|
/linux-5.19.10/arch/arc/ |
D | Kconfig.debug | 8 This increases the resident kernel footprint and will cause less
|
/linux-5.19.10/drivers/irqchip/ |
D | irq-gic-v4.c | 256 vpe->resident = false; in its_make_vpe_non_resident() 281 vpe->resident = true; in its_make_vpe_resident()
|
/linux-5.19.10/include/linux/irqchip/ |
D | arm-gic-v4.h | 41 bool resident; member
|
/linux-5.19.10/fs/proc/ |
D | task_nommu.c | 100 unsigned long *data, unsigned long *resident) in task_statm() argument 125 *resident = size; in task_statm()
|
D | array.c | 668 unsigned long resident = 0; in proc_pid_statm() local 673 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 683 seq_put_decimal_ull(m, " ", resident); in proc_pid_statm()
|
D | task_mmu.c | 90 unsigned long *data, unsigned long *resident) in task_statm() argument 97 *resident = *shared + get_mm_counter(mm, MM_ANONPAGES); in task_statm() 391 unsigned long resident; member 459 mss->resident += size; in smaps_account() 810 SEQ_PUT_DEC("Rss: ", mss->resident); in __show_smap()
|
/linux-5.19.10/arch/arm64/kvm/vgic/ |
D | vgic-v4.c | 337 if (!vgic_supports_direct_msis(vcpu->kvm) || !vpe->resident) in vgic_v4_put() 348 if (!vgic_supports_direct_msis(vcpu->kvm) || vpe->resident) in vgic_v4_load()
|
/linux-5.19.10/drivers/gpu/drm/msm/ |
D | msm_gem.c | 918 stats->resident.count++; in msm_gem_describe() 919 stats->resident.size += obj->size; in msm_gem_describe() 998 stats.resident.count, stats.resident.size); in msm_gem_describe_objects()
|
D | msm_gem.h | 198 } all, active, resident, purgeable, purged; member
|
/linux-5.19.10/Documentation/infiniband/ |
D | user_verbs.rst | 51 I/O targets be kept resident at the same physical address. The
|
/linux-5.19.10/arch/m68k/ |
D | Kconfig.machine | 483 The kernel will be resident in RAM when running. 489 The kernel will be resident in FLASH/ROM when running. This is
|
/linux-5.19.10/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 99 to inspect the fault and, for example, make physical pages resident
|
/linux-5.19.10/Documentation/filesystems/ |
D | proc.rst | 261 VmHWM peak resident set size ("high water mark") 265 RssAnon size of resident anonymous memory 266 RssFile size of resident file mappings 267 RssShmem size of resident shmem memory (includes SysV shm, 312 resident size of memory portions (pages) (same as VmRSS in status) 353 rss resident set memory size 475 the amount of the mapping that is currently resident in RAM (RSS); the 615 To reset the peak resident set size ("high water mark") to the process's
|