Searched refs:FILE_ATTRIBUTE_REPARSE_POINT (Results 1 – 8 of 8) sorted by relevance
76 else if (dirp->entry.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) in readdir()
187 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle()406 if (attributes & FILE_ATTRIBUTE_REPARSE_POINT && in fchmodat()
79 if (data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT &&
1172 if (!(info.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) { in fs__unlink()1504 else if (info->FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) in fs__scandir()1675 else if ((find_data->dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0) in fs__readdir()1773 (file_info.BasicInformation.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)) { in fs__stat_handle()
2807 return (attributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0; in attrIsSymlink()3832 return (attributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0;
762 if (!Follow && (attr & FILE_ATTRIBUTE_REPARSE_POINT))
3033 return (attributes & FILE_ATTRIBUTE_REPARSE_POINT) != 0;
168 FILE_ATTRIBUTE_REPARSE_POINT = 0x00000400, variable