reactos/drivers/filesystems/ntfs
Timo Kreuzer 71fefa32db
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)
* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally
* Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it
* Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC)
* Place INIT_FUNCTION before the return type (required by MSVC)
* Make sure declarations and implementations share the same modifiers (required by MSVC)
* Add a global linker option to suppress warnings about defined but unused INIT section
* Merge INIT section into .text in freeldr
2018-12-30 12:19:11 +01:00
..
attrib.c [NTFS] Use LookasideList allocations for FILE_RECORD_HEADER. 2017-12-31 14:14:24 +01:00
blockdev.c [NTFS] - Add some minor fixes and improvements: 2017-12-10 11:14:40 +01:00
btree.c [NTFS] Fix 2 Clang-Cl warnings about CurrentKey->IndexEntry->Flags 2018-05-04 08:08:45 +02:00
cleanup.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
close.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [SETUP] Remove FSDs which have broken dismount implementation. 2017-12-17 23:16:01 +01:00
create.c [NTFS] Use LookasideList allocations for FILE_RECORD_HEADER. 2017-12-31 14:14:24 +01:00
devctl.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
dirctl.c [NTFS] Apply fix from 52f0726: allow partial info copy on dir enumeration on first entry return. 2018-01-06 21:39:25 +01:00
dispatch.c [NTFS] - Disable write support by default. Enable it via the registry. 2017-12-10 11:14:22 +01:00
fastio.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
fcb.c [NTFS] Use LookasideList allocations for FILE_RECORD_HEADER. 2017-12-31 14:14:24 +01:00
finfo.c [NTFS] Use LookasideList allocations for FILE_RECORD_HEADER. 2017-12-31 14:14:24 +01:00
fsctl.c [NTFS] Start using different tags for allocations. 2017-12-31 23:11:57 +01:00
mft.c [NTFS] Don't perform overzealous checks on bitmap while reading a directory 2018-12-01 21:52:55 +01:00
misc.c [NTFS] 2017-12-10 11:13:19 +01:00
notes.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ntfs.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
ntfs.h [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
ntfs.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
rw.c [NTFS] Use LookasideList allocations for FILE_RECORD_HEADER. 2017-12-31 14:14:24 +01:00
volinfo.c [NTFS] Use LookasideList allocations for FILE_RECORD_HEADER. 2017-12-31 14:14:24 +01:00