• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/

Lines Matching defs:resident

226 	FILE_BadClus   = 8,	/* Contains all bad clusters in the non-resident
506 resident. */
509 regardless of whether it is resident or
510 non-resident. Without this, only log
512 resident. */
523 * attribute can be resident/non-resident and possibly other things, but the
558 * non-resident. Finally, to use compression, the maximum allowed cluster size
563 * non-resident attribute record header (more precisely: X = 2^compression_unit
621 * Flags of resident attributes (8-bit).
637 /* 4*/ le32 length; /* Byte size of the resident part of the
640 /* 8*/ u8 non_resident; /* If 0, attribute is resident.
641 If 1, attribute is non-resident. */
650 array, resident and non-resident attributes
672 } __attribute__ ((__packed__)) resident;
673 /* Non-resident attributes. */
798 * NOTE: Always resident.
834 * Recognize the difference by comparing the length of the resident attribute
837 * if (resident.ValueLength < sizeof(STANDARD_INFORMATION)) {
880 * - Can be either resident or non-resident.
890 * non-resident attribute (if present) immediately follow after the initial
894 * - If not resident, the vcn to lcn mapping array has to fit inside the
900 * non-resident) having been made non-resident. This can happen e.g. when:
903 * - The mapping pairs array of some non-resident attribute becomes so
982 * NOTE: Always resident.
1085 * NOTE: Always resident.
1721 * NOTE: Can be resident or non-resident.
1822 * NOTE: Always resident.
1855 * NOTE: Always resident.
1870 * NOTE: Can be resident or non-resident.
1922 equal, as the attribute is resident and it is resized as needed. In
1924 resident and hence the allocated_size is a fixed value and must
1935 * NOTE: Always resident.
1977 * NOTE: Always non-resident (doesn't make sense to be resident anyway!).
2204 // of the non-resident index allocation attribute). If
2273 * NOTE: Can be resident or non-resident.
2285 * NOTE: Always resident. (Is this true???)
2313 * NOTE: Can be resident or non-resident.
2343 * NOTE: Can be resident or non-resident.