| /Linux-v6.6/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 | 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() 1082 a->data.resident.value_length) == val_len && in ntfs_external_attr_find() 1084 le16_to_cpu(a->data.resident.value_offset), in ntfs_external_attr_find() 1496 le16_to_cpu(a->data.resident.value_offset) + new_size)) in ntfs_resident_attr_value_resize() 1502 old_size = le32_to_cpu(a->data.resident.value_length); in ntfs_resident_attr_value_resize() 1504 memset((u8*)a + le16_to_cpu(a->data.resident.value_offset) + in ntfs_resident_attr_value_resize() 1507 a->data.resident.value_length = cpu_to_le32(new_size); in ntfs_resident_attr_value_resize() 1666 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() 1594 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_commit_pages_after_write() 1600 le16_to_cpu(a->data.resident.value_offset)); in ntfs_commit_pages_after_write() 1601 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset); in ntfs_commit_pages_after_write() 1608 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 | 62 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()
|
| /Linux-v6.6/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-v6.6/arch/arc/ |
| D | Kconfig.debug | 8 This increases the resident kernel footprint and will cause less
|
| /Linux-v6.6/drivers/irqchip/ |
| D | irq-gic-v4.c | 253 vpe->resident = false; in its_make_vpe_non_resident() 278 vpe->resident = true; in its_make_vpe_resident()
|
| /Linux-v6.6/fs/proc/ |
| D | task_nommu.c | 96 unsigned long *data, unsigned long *resident) in task_statm() argument 120 *resident = size; in task_statm()
|
| D | array.c | 681 unsigned long resident = 0; in proc_pid_statm() local 686 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 696 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() 386 unsigned long resident; member 460 mss->resident += size; in smaps_account() 812 SEQ_PUT_DEC("Rss: ", mss->resident); in __show_smap()
|
| /Linux-v6.6/include/linux/irqchip/ |
| D | arm-gic-v4.h | 41 bool resident; member
|
| /Linux-v6.6/include/drm/ |
| D | drm_file.h | 459 u64 resident; member
|
| /Linux-v6.6/arch/arm64/kvm/vgic/ |
| D | vgic-v4.c | 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()
|
| /Linux-v6.6/Documentation/gpu/ |
| D | drm-usage-stats.rst | 148 - drm-resident-<region>: <uint> [KiB|MiB] 150 The total size of buffers that are resident in the specified region.
|
| /Linux-v6.6/drivers/gpu/drm/msm/ |
| D | msm_gem.c | 942 stats->resident.count++; in msm_gem_describe() 943 stats->resident.size += obj->size; in msm_gem_describe() 1021 stats.resident.count, stats.resident.size); in msm_gem_describe_objects()
|
| D | msm_gem.h | 172 } all, active, resident, purgeable, purged; member
|
| /Linux-v6.6/Documentation/riscv/ |
| D | boot.rst | 36 Reserved memory for resident firmware 39 The RISC-V kernel must not map any resident memory, or memory protected with
|
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_file.c | 908 print_size(p, "resident", region, stats->resident); in drm_print_memory_stats() 947 status.resident += obj->size; in drm_show_memory_stats()
|
| /Linux-v6.6/Documentation/infiniband/ |
| D | user_verbs.rst | 51 I/O targets be kept resident at the same physical address. The
|
| /Linux-v6.6/arch/m68k/ |
| D | Kconfig.machine | 467 The kernel will be resident in RAM when running. 473 The kernel will be resident in FLASH/ROM when running. This is
|