Home
last modified time | relevance | path

Searched refs:resident (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/fs/ntfs/
Dnamei.c229 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()
Dattrib.c669 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 …]
Dinode.c498 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()
658 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode()
759 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset) in ntfs_read_locked_inode()
761 a->data.resident.value_length) > in ntfs_read_locked_inode()
769 a->data.resident.value_offset), in ntfs_read_locked_inode()
771 a->data.resident.value_length)); in ntfs_read_locked_inode()
808 le16_to_cpu(a->data.resident.value_offset)))) { in ntfs_read_locked_inode()
832 le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_inode()
[all …]
Dattrib.h84 return (s64)le32_to_cpu(a->data.resident.value_length); in ntfs_attr_size()
Dfile.c167 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()
Daops.c493 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length); in ntfs_readpage()
506 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()
Ddir.c127 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()
DKconfig59 renaming is possible. Note only non-resident files can be written to
Dindex.c176 le16_to_cpu(actx->attr->data.resident.value_offset)); in ntfs_index_lookup()
Dsuper.c403 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()
Dlayout.h735 } __attribute__ ((__packed__)) resident; member
/Linux-v4.19/Documentation/devicetree/bindings/firmware/
Dcoreboot.txt3 The device tree node to communicate the location of coreboot's memory-resident
18 coreboot to dynamically allocate data structures that remain resident.
/Linux-v4.19/arch/arc/
DKconfig.debug8 This increases the resident kernel footprint and will cause less
/Linux-v4.19/fs/proc/
Dtask_nommu.c100 unsigned long *data, unsigned long *resident) in task_statm() argument
125 *resident = size; in task_statm()
Darray.c628 unsigned long size = 0, resident = 0, shared = 0, text = 0, data = 0; in proc_pid_statm() local
632 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm()
642 seq_put_decimal_ull(m, " ", resident); in proc_pid_statm()
Dtask_mmu.c89 unsigned long *data, unsigned long *resident) in task_statm() argument
96 *resident = *shared + get_mm_counter(mm, MM_ANONPAGES); in task_statm()
406 unsigned long resident; member
437 mss->resident += size; in smaps_account()
751 SEQ_PUT_DEC("Rss: ", mss->resident); in __show_smap()
/Linux-v4.19/Documentation/infiniband/
Duser_verbs.txt46 I/O targets be kept resident at the same physical address. The
/Linux-v4.19/arch/m68k/
DKconfig.machine446 The kernel will be resident in RAM when running.
451 The kernel will be resident in FLASH/ROM when running. This is
/Linux-v4.19/Documentation/filesystems/
Dproc.txt242 VmHWM peak resident set size ("high water mark")
245 RssAnon size of resident anonymous memory
246 RssFile size of resident file mappings
247 RssShmem size of resident shmem memory (includes SysV shm,
284 resident size of memory portions (pages) (same as VmRSS in status)
323 rss resident set memory size
432 (size), the amount of the mapping that is currently resident in RAM (RSS), the
532 To reset the peak resident set size ("high water mark") to the process's
/Linux-v4.19/security/integrity/ima/
DKconfig252 provided they are validly signed by a key already resident in the
/Linux-v4.19/Documentation/admin-guide/
Dmodule-signing.rst208 that is already resident in the ``.builtin_trusted_keys`` at the time the key was added.
/Linux-v4.19/Documentation/
Dunaligned-memory-access.txt117 resident memory size of structure instances. The optimal layout of the
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt71 (the resident kernel image) and modules (any module files).
910 resident kernel code.
921 resident kernel code.
1361 the resident kernel image and System.map file.
/Linux-v4.19/drivers/mtd/maps/
DKconfig155 mtd0 and mtd2 are the two BIOS drives, which use the resident
/Linux-v4.19/Documentation/device-mapper/
Dcache.txt231 #used cache blocks : Number of blocks resident in the cache

12