Home
last modified time | relevance | path

Searched refs:DL_INF (Results 1 – 14 of 14) sorted by relevance

/reactos/drivers/filesystems/ext2/src/
H A Dfastio.c144 DEBUG(DL_INF, ( in Ext2FastIoCheckIfPossible()
314 DEBUG(DL_INF, ( in Ext2FastIoQueryBasicInfo()
431 DEBUG(DL_INF, ( in Ext2FastIoQueryStandardInfo()
496 DEBUG(DL_INF, ( in Ext2FastIoQueryStandardInfo()
501 DEBUG(DL_INF, ( in Ext2FastIoQueryStandardInfo()
558 DEBUG(DL_INF, ( in Ext2FastIoLock()
564 DEBUG(DL_INF, ( in Ext2FastIoLock()
670 DEBUG(DL_INF, ( in Ext2FastIoUnlockSingle()
676 DEBUG(DL_INF, ( in Ext2FastIoUnlockSingle()
772 DEBUG(DL_INF, ( in Ext2FastIoUnlockAll()
[all …]
H A Dflush.c49 DEBUG(DL_INF, ( "Ext2FlushVolume: Flushing Vcb ...\n")); in Ext2FlushVolume()
97 DEBUG(DL_INF, ( "Ext2FlushFile: Flushing File Inode=%xh %S ...\n", in Ext2FlushFile()
129 DEBUG(DL_INF, ( "Flushing Files ...\n")); in Ext2FlushFiles()
209 DEBUG(DL_INF, ("Ext2Flush-pre: total mcb records=%u\n", in Ext2Flush()
239 DEBUG(DL_INF, ("Ext2Flush-post: total mcb records=%u\n", in Ext2Flush()
H A Dclose.c75 DEBUG(DL_INF, ( "Ext2Close: (VCB) Vcb = %p ReferCount = %d\n", in Ext2Close()
92 DEBUG(DL_INF, ("Ext2Close: PENDING ... Vcb: %xh/%xh\n", in Ext2Close()
135 …DEBUG(DL_INF, ( "Ext2Close: Fcb = %p OpenHandleCount= %u ReferenceCount=%u NonCachedCount=%u %wZ\n… in Ext2Close()
H A Dfsctl.c102 DEBUG(DL_INF, ( "Ext2LockVolume: Volume is already locked.\n")); in Ext2LockVcb()
108 DEBUG(DL_INF, ( "Ext2LockVcb: There are still opened files.\n")); in Ext2LockVcb()
115 DEBUG(DL_INF, ( "Ext2LockVcb: Thare are still opened files.\n")); in Ext2LockVcb()
125 DEBUG(DL_INF, ( "Ext2LockVcb: Volume locked.\n")); in Ext2LockVcb()
227 DEBUG(DL_INF, ( "Ext2UnlockVcb: Volume unlocked.\n")); in Ext2UnlockVcb()
2183 DEBUG(DL_INF, ( "Volume of ext2 file system is found.\n")); in Ext2MountVolume()
2574 DEBUG(DL_INF, ( "Ext2Dismount: Volume dismount pending.\n")); in Ext2DismountVolume()
2737 DEBUG(DL_INF, ( "Ext2PurgeVolume: %wZ refercount=%xh\n", in Ext2PurgeVolume()
2823 DEBUG(DL_INF, ( "Ext2PurgeFile: CcFlushCache on %wZ.\n", in Ext2PurgeFile()
2832 DEBUG(DL_INF, ( "Ext2PurgeFile: MmFlushImageSection on %wZ.\n", in Ext2PurgeFile()
[all …]
H A Dcleanup.c221 DEBUG(DL_INF, (": %-16.16s %-31s %wZ\n", in Ext2Cleanup()
365 DEBUG(DL_INF, ( "Ext2Cleanup: OpenCount=%u ReferCount=%u NonCahcedCount=%xh %wZ\n", in Ext2Cleanup()
H A Dcreate.c999 DEBUG(DL_INF, ( "Ext2CreateFile: %wZ Paging=%d Option: %xh:" in Ext2CreateFile()
1642 DEBUG(DL_INF, ( "Ext2CreateFile: %wZ OpenCount=%u ReferCount=%u NonCachedCount=%u\n", in Ext2CreateFile()
1970 DEBUG(DL_INF, ( "Ext2Create: Create on main device object.\n")); in Ext2Create()
2061 DEBUG(DL_INF, ("Ext2CreateInode: %S in %S(Inode=%xh)\n", in Ext2CreateInode()
2124 DEBUG(DL_INF, ("Ext2CreateInode: New Inode = %xh (Type=%xh)\n", in Ext2CreateInode()
H A Dfileinfo.c984 … DEBUG(DL_INF, ( "Ext2SetInformation: SetDispositionInformation: DeleteFile=%d %wZ status = %xh\n", in Ext2SetFileInformation()
1297 DEBUG(DL_INF, ( "Ext2SetDispositionInfo: bDelete=%x\n", bDelete)); in Ext2SetDispositionInfo()
1301 DEBUG(DL_INF, ( "Ext2SetDispositionInformation: Removing %wZ.\n", in Ext2SetDispositionInfo()
1941 DEBUG(DL_INF, ( "Ext2DeleteFile: File %wZ (%xh) will be deleted!\n", in Ext2DeleteFile()
2095 DEBUG(DL_INF, ( "Ext2DeleteFile: %wZ Succeed... EXT2SB->S_FREE_BLOCKS = %I64xh .\n", in Ext2DeleteFile()
H A Dmemory.c210 DEBUG(DL_INF, ("Ext2FreeFcb: Fcb (%p) to be unlinked: %wZ.\n", in Ext2UnlinkFcb()
342 DEBUG(DL_INF, ( "ExtAllocateCcb: Ccb SymLink: %wZ.\n", in Ext2AllocateCcb()
365 DEBUG(DL_INF, ( "Ext2FreeCcb: Ccb SymLink: %wZ.\n", in Ext2FreeCcb()
399 DEBUG(DL_INF, ("ExtAllocateInode: Inode created: %ph.\n", inode)); in Ext2AllocateInode()
410 DEBUG(DL_INF, ("Ext2FreeInode: Inode = %ph.\n", inode)); in Ext2DestroyInode()
1511 DEBUG(DL_INF, ( "Ext2AllocateMcb: Mcb %wZ created.\n", &Mcb->FullName)); in Ext2AllocateMcb()
1554 DEBUG(DL_INF, ( "Ext2FreeMcb: Mcb %wZ will be freed.\n", &Mcb->FullName)); in Ext2FreeMcb()
H A Dwrite.c300 DEBUG(DL_INF, ("Ext2WriteVolume: Off=%I64xh Len=%xh Paging=%xh Nocache=%xh\n", in Ext2WriteVolume()
832 DEBUG(DL_INF, ("Ext2WriteFile: %wZ Offset=%I64xh Length=%xh Paging=%xh Nocache=%xh\n", in Ext2WriteFile()
H A Ddevctl.c217 DEBUG(DL_INF, ( "Ext2PrepareToUnload: Driver is ready to unload.\n")); in Ext2PrepareToUnload()
H A Dread.c532 DEBUG(DL_INF, ("Ext2ReadFile: reading %wZ Off=%I64xh Len=%xh Paging=%xh Nocache=%xh\n", in Ext2ReadFile()
H A Ddirctl.c113 DEBUG(DL_INF, ( "Ext2PricessDirEntry: Buffer is not enough.\n")); in Ext2ProcessEntry()
/reactos/drivers/filesystems/ext2/src/ext3/
H A Dgeneric.c562 DEBUG(DL_INF, ( "Ext2SaveInode: Saving Inode %xh: Mode=%xh Size=%xh\n", in Ext2SaveInode()
635 DEBUG(DL_INF, ("Ext2SaveInodeXattr: Saving Inode %xh: Mode=%xh Size=%xh\n", in Ext2SaveInodeXattr()
1198 DEBUG(DL_INF, ("Ext2NewBlock: Block %xh - %x allocated.\n", in Ext2NewBlock()
1244 DEBUG(DL_INF, ("Ext2FreeBlock: Block %xh - %x to be freed.\n", in Ext2FreeBlock()
1794 DEBUG(DL_INF, ( "Ext2FreeInode: Inode: %xh (Group/Off = %xh/%xh)\n", in Ext2FreeInode()
2778 DEBUG(DL_INF, ("mark end bits +%d through +%d used\n", start_bit, end_bit)); in mark_bitmap_end()
3106 DEBUG(DL_INF, ("Checking group descriptors")); in ext4_check_descriptors()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h1436 #define DL_INF 0x00000008 macro