• 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 refs:sle64

81 /*0x28*/sle64 number_of_sectors;	/* Number of sectors in volume. Gives
86 sle64 mft_lcn; /* Cluster location of mft data. */
87 sle64 mftmirr_lcn; /* Cluster location of copy of mft. */
534 /* 90*/ sle64 min_size; /* Optional minimum attribute size. */
535 /* 98*/ sle64 max_size; /* Maximum size of attribute. */
702 /* 40*/ sle64 allocated_size; /* Byte size of disk space
710 /* 48*/ sle64 data_size; /* Byte size of the attribute
713 /* 56*/ sle64 initialized_size; /* Byte size of initialized
717 /* 64*/ sle64 compressed_size; /* Byte size of the attribute
807 /* 0*/ sle64 creation_time; /* Time file was created. Updated when
809 /* 8*/ sle64 last_data_change_time; /* Time the data attribute was last
811 /* 16*/ sle64 last_mft_change_time; /* Time this mft record was last
813 /* 24*/ sle64 last_access_time; /* Approximate time when the file was
996 /* 8*/ sle64 creation_time; /* Time file was created. */
997 /* 10*/ sle64 last_data_change_time; /* Time the data attribute was last
999 /* 18*/ sle64 last_mft_change_time; /* Time this mft record was last
1001 /* 20*/ sle64 last_access_time; /* Time this mft record was last
1003 /* 28*/ sle64 allocated_size; /* Byte size of on-disk allocated space
1015 /* 30*/ sle64 data_size; /* Byte size of actual data in unnamed
1989 /* 8*/ sle64 lsn; /* $LogFile sequence number of the last
2072 sle64 change_time; /* Last time this quota entry was changed. */
2073 sle64 threshold; /* Soft quota (-1 if not limited). */
2074 sle64 limit; /* Hard quota (-1 if not limited). */
2075 sle64 exceeded_time; /* How long the soft quota has been exceeded. */