• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/

Lines Matching refs:s64

78 /*0x28*/s64 number_of_sectors;		/* Number of sectors in volume. Gives
83 s64 mft_lcn; /* Cluster location of mft data. */
84 s64 mftmirr_lcn; /* Cluster location of copy of mft. */
326 #define ERR_MREF(x) ((u64)((s64)(x)))
327 #define MREF_ERR(x) ((int)((s64)(x)))
623 /* 90*/ s64 min_size; /* Optional minimum attribute size. */
624 /* 98*/ s64 max_size; /* Maximum size of attribute. */
791 /* 40*/ s64 allocated_size; /* Byte size of disk space
799 /* 48*/ s64 data_size; /* Byte size of the attribute
802 /* 56*/ s64 initialized_size; /* Byte size of initialized
810 /* 64*/ s64 compressed_size; /* Byte size of the attribute
910 /* 0*/ s64 creation_time; /* Time file was created. Updated when
912 /* 8*/ s64 last_data_change_time; /* Time the data attribute was last
914 /* 16*/ s64 last_mft_change_time; /* Time this mft record was last
916 /* 24*/ s64 last_access_time; /* Approximate time when the file was
1100 /* 8*/ s64 creation_time; /* Time file was created. */
1101 /* 10*/ s64 last_data_change_time; /* Time the data attribute was last
1103 /* 18*/ s64 last_mft_change_time; /* Time this mft record was last
1105 /* 20*/ s64 last_access_time; /* Last time this mft record was
1107 /* 28*/ s64 allocated_size; /* Byte size of on-disk allocated space
1116 /* 30*/ s64 data_size; /* Byte size of actual data in data
2218 s64 change_time; /* Last time this quota entry was changed. */
2219 s64 threshold; /* Soft quota (-1 if not limited). */
2220 s64 limit; /* Hard quota (-1 if not limited). */
2221 s64 exceeded_time; /* How long the soft quota has been exceeded. */