/linux-4.1.27/fs/ntfs/ |
D | namei.c | 229 val_len = le32_to_cpu(a->data.resident.value_length); in ntfs_lookup() 230 if (le16_to_cpu(a->data.resident.value_offset) + in ntfs_lookup() 234 ctx->attr->data.resident.value_offset)); in ntfs_lookup() 338 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_get_parent() 339 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) > in ntfs_get_parent()
|
D | attrib.c | 669 a->data.resident.value_offset), in ntfs_attr_find() 671 a->data.resident.value_length))); in ntfs_attr_find() 680 a->data.resident.value_length); in ntfs_attr_find() 1072 a->data.resident.value_length) == val_len && in ntfs_external_attr_find() 1074 le16_to_cpu(a->data.resident.value_offset), in ntfs_external_attr_find() 1486 le16_to_cpu(a->data.resident.value_offset) + new_size)) in ntfs_resident_attr_value_resize() 1492 old_size = le32_to_cpu(a->data.resident.value_length); in ntfs_resident_attr_value_resize() 1494 memset((u8*)a + le16_to_cpu(a->data.resident.value_offset) + in ntfs_resident_attr_value_resize() 1497 a->data.resident.value_length = cpu_to_le32(new_size); in ntfs_resident_attr_value_resize() 1656 attr_size = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_make_non_resident() [all …]
|
D | inode.c | 498 if (!(attr->data.resident.flags & RESIDENT_ATTR_IS_INDEXED)) { in ntfs_is_extended_system_file() 504 le16_to_cpu(attr->data.resident.value_offset)); in ntfs_is_extended_system_file() 505 p2 = (u8*)attr + le32_to_cpu(attr->data.resident.value_length); in ntfs_is_extended_system_file() 665 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode() 766 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode() 768 a->data.resident.value_length) > in ntfs_read_locked_inode() 776 a->data.resident.value_offset), in ntfs_read_locked_inode() 778 a->data.resident.value_length)); in ntfs_read_locked_inode() 815 le16_to_cpu(a->data.resident.value_offset)))) { in ntfs_read_locked_inode() 839 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode() [all …]
|
D | attrib.h | 84 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
|
D | file.c | 167 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_extend_initialized() 173 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset); in ntfs_attr_extend_initialized() 175 a->data.resident.value_length = cpu_to_le32((u32)new_init_size); in ntfs_attr_extend_initialized() 1615 attr_len = le32_to_cpu(a->data.resident.value_length); in ntfs_commit_pages_after_write() 1621 le16_to_cpu(a->data.resident.value_offset)); in ntfs_commit_pages_after_write() 1622 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset); in ntfs_commit_pages_after_write() 1629 a->data.resident.value_length = cpu_to_le32(attr_len); in ntfs_commit_pages_after_write()
|
D | aops.c | 496 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readpage() 509 le16_to_cpu(ctx->attr->data.resident.value_offset), in ntfs_readpage() 1483 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_writepage() 1500 le16_to_cpu(ctx->attr->data.resident.value_offset), in ntfs_writepage()
|
D | dir.c | 127 le16_to_cpu(ctx->attr->data.resident.value_offset)); in ntfs_lookup_inode_by_name() 678 le16_to_cpu(ctx->attr->data.resident.value_offset)); 1174 rc = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readdir() 1182 le16_to_cpu(ctx->attr->data.resident.value_offset), rc); in ntfs_readdir()
|
D | Kconfig | 59 renaming is possible. Note only non-resident files can be written to
|
D | index.c | 176 le16_to_cpu(actx->attr->data.resident.value_offset)); in ntfs_index_lookup()
|
D | super.c | 403 le16_to_cpu(ctx->attr->data.resident.value_offset)); in ntfs_write_volume_flags() 1888 le16_to_cpu(ctx->attr->data.resident.value_offset)); in load_system_files() 1891 le32_to_cpu(ctx->attr->data.resident.value_length) > in load_system_files()
|
D | layout.h | 735 } __attribute__ ((__packed__)) resident; member
|
/linux-4.1.27/arch/arc/ |
D | Kconfig.debug | 10 This increases the resident kernel footprint and will cause less
|
/linux-4.1.27/fs/proc/ |
D | task_nommu.c | 97 unsigned long *data, unsigned long *resident) in task_statm() argument 122 *resident = size; in task_statm()
|
D | array.c | 559 unsigned long size = 0, resident = 0, shared = 0, text = 0, data = 0; in proc_pid_statm() local 563 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 573 seq_put_decimal_ull(m, ' ', resident); in proc_pid_statm()
|
D | task_mmu.c | 81 unsigned long *data, unsigned long *resident) in task_statm() argument 87 *resident = *shared + get_mm_counter(mm, MM_ANONPAGES); in task_statm() 439 unsigned long resident; member 459 mss->resident += size; in smaps_account() 645 mss.resident >> 10, in show_smap()
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 46 I/O targets be kept resident at the same physical address. The
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 439 The kernel will be resident in RAM when running. 444 The kernel will be resident in FLASH/ROM when running. This is
|
/linux-4.1.27/Documentation/ |
D | module-signing.txt | 173 that is already resident in the .system_keyring at the time the key was added.
|
D | unaligned-memory-access.txt | 108 resident memory size of structure instances. The optimal layout of the
|
D | rpmsg.txt | 5 (also a resident of Documentation/).
|
D | memory-barriers.txt | 2732 resident in memory; 2735 resident in memory; 2835 dirty cache lines may be resident in the caches of various CPUs, and may not
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 70 (the resident kernel image) and modules (any module files). 925 resident kernel code. 936 resident kernel code. 1362 the resident kernel image and System.map file.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 231 #used cache blocks : Number of blocks resident in the cache
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 232 VmHWM peak resident set size ("high water mark") 264 resident size of memory portions (pages) (same as VmRSS in status) 302 rss resident set memory size 434 (size), the amount of the mapping that is currently resident in RAM (RSS), the 500 To reset the peak resident set size ("high water mark") to the process's
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 135 mtd0 and mtd2 are the two BIOS drives, which use the resident
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 974 The kernel will be resident in RAM when running. 979 The kernel will be resident in FLASH/ROM when running.
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 403 fetching the pages - all of which should be resident as a result of previous 508 for the VMA's memory range and munlock_vma_page() each resident page mapped by
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 532 This should not be confused with the true 'resident set size' or the 534 'rss + file_mapped" will give you resident set size of cgroup.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 83 For overcommit 'guess', we can sum resident set sizes (RSS).
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 487 Else if there's a copy of the page resident in the cache:
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 173 (*) Each user ID resident in the system holds two special keyrings: a user
|