Searched refs:DL_EXT (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/filesystems/ext2/src/ |
H A D | memory.c | 571 … DEBUG(DL_EXT, ("Vba:%I64xh Lba:%I64xh Len:%I64xh.\n", DirtyVba, DirtyLba, DirtyLength)); in Ext2ListExtents() 629 DEBUG(DL_EXT, ("Index = %xh Vbn = %I64xh Lbn = %I64xh Len = %I64xh\n", in Ext2CheckExtent() 688 DEBUG(DL_EXT, ("Ext2AddVcbExtent: Vbn=%I64xh Length=%I64xh," in Ext2AddVcbExtent() 737 DEBUG(DL_EXT, ("Ext2RemoveVcbExtent: Vbn=%I64xh Length=%I64xh Runs=%u\n", in Ext2RemoveVcbExtent() 836 DEBUG(DL_EXT, ("Ext2AddMcbExtent: Vbn=%I64xh Lbn=%I64xh Length=%I64xh," in Ext2AddMcbExtent() 887 DEBUG(DL_EXT, ("Ext2RemoveMcbExtent: Vbn=%I64xh Length=%I64xh Runs=%u\n", in Ext2RemoveMcbExtent() 974 DEBUG(DL_EXT, ("Ext2AddMcbMetaExts: Block: %xh-%xh rc=%d Runs=%u\n", Block, in Ext2AddMcbMetaExts() 1016 DEBUG(DL_EXT, ("Ext2RemoveMcbMetaExts: Block: %xh-%xhh Runs=%u\n", Block, in Ext2RemoveMcbMetaExts() 1561 DEBUG(DL_EXT, ("List data extents for: %wZ\n", &Mcb->FullName)); in Ext2FreeMcb() 1566 DEBUG(DL_EXT, ("List meta extents for: %wZ\n", &Mcb->FullName)); in Ext2FreeMcb()
|
H A D | create.c | 2182 DEBUG(DL_EXT, ("Ext2SuperSede ...: %wZ\n", &Fcb->Mcb->FullName)); in Ext2SupersedeOrOverWriteFile()
|
H A D | fileinfo.c | 2039 DEBUG(DL_EXT, ("Ext2DeleteFile ...: %wZ\n", &Mcb->FullName)); in Ext2DeleteFile()
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 1443 #define DL_EXT 0x00000400 /* mcb extents */ macro
|