Home
last modified time | relevance | path

Searched refs:FILE_ID_BOTH_DIR_INFO (Results 1 – 5 of 5) sorted by relevance

/reactos/base/services/nfsd/
H A Ddaemon_debug.h50 void print_file_id_both_dir_info(int level, FILE_ID_BOTH_DIR_INFO *p);
H A Dreaddir.c39 FILE_ID_BOTH_DIR_INFO fibdi;
124 needed += FIELD_OFFSET(FILE_ID_BOTH_DIR_INFO, FileName); in readdir_size_for_entry()
H A Ddaemon_debug.c228 void print_file_id_both_dir_info(int level, FILE_ID_BOTH_DIR_INFO *pboth_dir_info) in print_file_id_both_dir_info()
/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c4030 FILE_ID_BOTH_DIR_INFO *bothDirInfo; in test_GetFileInformationByHandleEx()
4090 bothDirInfo = (FILE_ID_BOTH_DIR_INFO *)buffer; in test_GetFileInformationByHandleEx()
4098 … bothDirInfo = (FILE_ID_BOTH_DIR_INFO *)(((char *)bothDirInfo) + bothDirInfo->NextEntryOffset); in test_GetFileInformationByHandleEx()
4196 FILE_ID_BOTH_DIR_INFO *bothDirInfo; in test_OpenFileById()
4233 bothDirInfo = (FILE_ID_BOTH_DIR_INFO *)buffer; in test_OpenFileById()
4256 bothDirInfo = (FILE_ID_BOTH_DIR_INFO *)buffer; in test_OpenFileById()
4267 … bothDirInfo = (FILE_ID_BOTH_DIR_INFO *)(((char *)bothDirInfo) + bothDirInfo->NextEntryOffset); in test_OpenFileById()
/reactos/sdk/include/psdk/
H A Dwinbase.h1066 } FILE_ID_BOTH_DIR_INFO, *PFILE_ID_BOTH_DIR_INFO; typedef