Searched refs:resident (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dnamei.c228 val_len = le32_to_cpu(a->data.resident.value_length);
229 if (le16_to_cpu(a->data.resident.value_offset) +
233 ctx->attr->data.resident.value_offset));
423 le16_to_cpu(attr->data.resident.value_offset));
424 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) >
H A Dattrib.c540 * @val: attribute value to find (optional, resident attributes only)
574 * Finally, the resident attribute value @val is looked for, if present. If
581 * use ntfs_attr_find() to search for extent records of non-resident
589 * non-resident as this most likely will result in a crash!
671 a->data.resident.value_offset),
673 a->data.resident.value_length)));
682 a->data.resident.value_length);
815 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
816 * @val: attribute value to find (optional, resident attributes only)
1066 a->data.resident
[all...]
H A Dattrib.h84 return (s64)le32_to_cpu(a->data.resident.value_length);
H A Dinode.c482 ntfs_error(ctx->ntfs_ino->vol->sb, "Non-resident file "
492 if (!(attr->data.resident.flags & RESIDENT_ATTR_IS_INDEXED)) {
498 le16_to_cpu(attr->data.resident.value_offset));
499 p2 = (u8*)attr + le32_to_cpu(attr->data.resident.value_length);
643 le16_to_cpu(a->data.resident.value_offset));
691 ntfs_error(vi->i_sb, "Non-resident attribute "
744 if ((u8*)a + le16_to_cpu(a->data.resident.value_offset)
746 a->data.resident.value_length) >
754 a->data.resident.value_offset),
756 a->data.resident
[all...]
H A Dfile.c86 * in the resident attribute case, it is tied to the initialized size and, in
87 * the non-resident attribute case, it may not fall below the initialized size.
89 * Note that if the attribute is resident, we do not need to touch the page
172 attr_len = le32_to_cpu(a->data.resident.value_length);
178 kattr = (u8*)a + le16_to_cpu(a->data.resident.value_offset);
180 a->data.resident.value_length = cpu_to_le32((u32)new_init_size);
474 * This is called for non-resident attributes from ntfs_file_buffered_write()
1613 * the data was copied (for non-resident attributes only) and it returned
1632 * content modifications here for non-resident attributes. For resident
[all...]
H A Daops.c381 * For non-resident attributes, ntfs_readpage() fills the @page of the open
386 * For resident attributes, OTOH, ntfs_readpage() fills @page by copying the
442 /* Normal, non-resident data stream. */
446 * Attribute is resident, implying it is not compressed or encrypted.
450 * but if it is resident the actual data is not compressed so we are
468 * If a parallel write made the attribute non-resident, drop the mft
484 attr_len = le32_to_cpu(ctx->attr->data.resident.value_length);
497 le16_to_cpu(ctx->attr->data.resident.value_offset),
521 * This function is for writing pages belonging to non-resident, non-mst
868 * This function is for writing pages belonging to non-resident, ms
[all...]
H A Dindex.c174 le16_to_cpu(actx->attr->data.resident.value_offset));
H A Ddir.c126 le16_to_cpu(ctx->attr->data.resident.value_offset));
794 rc = le32_to_cpu(ctx->attr->data.resident.value_length);
802 le16_to_cpu(ctx->attr->data.resident.value_offset), rc);
H A Dsuper.c378 le16_to_cpu(ctx->attr->data.resident.value_offset));
1481 /* Verify $J is non-resident and sparse. */
1484 ntfs_error(vol->sb, "$UsnJrnl/$DATA/$J attribute is resident "
1837 le16_to_cpu(ctx->attr->data.resident.value_offset));
1840 le32_to_cpu(ctx->attr->data.resident.value_length) >
H A Dlayout.h237 FILE_BadClus = 8, /* Contains all bad clusters in the non-resident
517 resident. */
520 regardless of whether it is resident or
521 non-resident. Without this, only log
523 resident. */
534 * attribute can be resident/non-resident and possibly other things, but the
569 * non-resident. Finally, to use compression, the maximum allowed cluster size
574 * non-resident attribute record header (more precisely: X = 2^compression_unit
632 * Flags of resident attribute
683 } __attribute__ ((__packed__)) resident; member in union:__anon7512::__anon7513
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dtask_nommu.c86 int *data, int *resident)
103 *resident = size;
85 task_statm(struct mm_struct *mm, int *shared, int *text, int *data, int *resident) argument
H A Dtask_mmu.c65 int *data, int *resident)
71 *resident = *shared + get_mm_counter(mm, anon_rss);
119 unsigned long resident; member in struct:mem_size_stats
204 mss->resident >> 10,
236 mss->resident += PAGE_SIZE;
64 task_statm(struct mm_struct *mm, int *shared, int *text, int *data, int *resident) argument
H A Darray.c478 int size = 0, resident = 0, shared = 0, text = 0, lib = 0, data = 0; local
482 size = task_statm(mm, &shared, &text, &data, &resident);
487 size, resident, shared, text, lib, data, 0);

Completed in 177 milliseconds