summaryrefslogtreecommitdiffhomepage
path: root/src/fs/ntapi_tt_stat.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-24 18:33:47 +0000
committermidipix <writeonce@midipix.org>2016-12-25 01:31:01 -0500
commit1d3e991a03ff78741f801f88a7bd4ec541bdc99e (patch)
tree04f3a9448dae4b859742c9ec464db825c8bbf58f /src/fs/ntapi_tt_stat.c
parent31ee70d0195fc172077ef4bd8201465b8434c4d3 (diff)
downloadntapi-1d3e991a03ff78741f801f88a7bd4ec541bdc99e.tar.bz2
ntapi-1d3e991a03ff78741f801f88a7bd4ec541bdc99e.tar.xz
{i}stat{fs} interfaces: add .obj_name_strlen, remove .record_name_strlen.
Diffstat (limited to 'src/fs/ntapi_tt_stat.c')
-rw-r--r--src/fs/ntapi_tt_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/ntapi_tt_stat.c b/src/fs/ntapi_tt_stat.c
index b94b08f..b7ad52d 100644
--- a/src/fs/ntapi_tt_stat.c
+++ b/src/fs/ntapi_tt_stat.c
@@ -81,8 +81,6 @@ int32_t __stdcall __ntapi_tt_stat(
/* record the file name length, but do not hash */
fai = (nt_fai *)buffer;
stat->file_name_length = fai->name_info.file_name_length;
- stat->file_name_hash = 0;
-
/* file system size information */
if ((status = __ntapi->zw_query_volume_information_file(
@@ -139,6 +137,8 @@ int32_t __stdcall __ntapi_tt_stat(
for (; *wch!='\\'; )
wch++;
+ stat->obj_name_strlen = sdev->strlen;
+ stat->obj_name_maxlen = stat->dev_name_maxlen;
stat->dev_name_strlen = (uint16_t)((wch - sdev->buffer) * sizeof(uint16_t));
stat->dev_name_hash = __ntapi->tt_buffer_crc32(
hash,wch_mark,