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. */
327 #define ERR_MREF(x) ((u64)((s64)(x)))
328 #define MREF_ERR(x) ((int)((s64)(x)))
624 /* 90*/ s64 min_size; /* Optional minimum attribute size. */
625 /* 98*/ s64 max_size; /* Maximum size of attribute. */
792 /* 40*/ s64 allocated_size; /* Byte size of disk space
800 /* 48*/ s64 data_size; /* Byte size of the attribute
803 /* 56*/ s64 initialized_size; /* Byte size of initialized
811 /* 64*/ s64 compressed_size; /* Byte size of the attribute
911 /* 0*/ s64 creation_time; /* Time file was created. Updated when
913 /* 8*/ s64 last_data_change_time; /* Time the data attribute was last
915 /* 16*/ s64 last_mft_change_time; /* Time this mft record was last
917 /* 24*/ s64 last_access_time; /* Approximate time when the file was
1101 /* 8*/ s64 creation_time; /* Time file was created. */
1102 /* 10*/ s64 last_data_change_time; /* Time the data attribute was last
1104 /* 18*/ s64 last_mft_change_time; /* Time this mft record was last
1106 /* 20*/ s64 last_access_time; /* Last time this mft record was
1108 /* 28*/ s64 allocated_size; /* Byte size of on-disk allocated space
1117 /* 30*/ s64 data_size; /* Byte size of actual data in data
2219 s64 change_time; /* Last time this quota entry was changed. */
2220 s64 threshold; /* Soft quota (-1 if not limited). */
2221 s64 limit; /* Hard quota (-1 if not limited). */
2222 s64 exceeded_time; /* How long the soft quota has been exceeded. */