• 大小: 883KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: 其他
  • 标签: NTFS  驱动  源码  

资源简介

NTFS文件系统源码,可编译替换系统ntfs.sys

资源截图

代码片段和文件信息

/*++

Copyright (c) 1991  Microsoft Corporation

Module Name:

    AllocSup.c

Abstract:

    This module implements the general file stream allocation & truncation
    routines for Ntfs

Author:

    Tom Miller      [TomM]          15-Jul-1991

Revision History:

--*/

#include “NtfsProc.h“

//
//  Local debug trace level
//

#ifndef Dbg
#define Dbg                              (DEBUG_TRACE_LOGSUP)
#endif
//
//  Internal support routines
//

VOID
NtfsDeleteAllocationInternal (
    IN PIRP_CONTEXT IrpContext
    IN PFILE_object Fileobject OPTIONAL
    IN OUT PSCB Scb
    IN VCN StartingVcn
    IN VCN EndingVcn
    IN BOOLEAN LogIt
    );

#ifdef ALLOC_PRAGMA
#pragma alloc_text(PAGE NtfsPreloadAllocation)
#pragma alloc_text(PAGE NtfsAddAllocation)
#pragma alloc_text(PAGE NtfsAlloc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     100498  2009-05-20 10:07  ntfs\allocsup.c

     文件       8619  1997-08-27 11:41  ntfs\attrdata.c

     文件     427873  2009-05-20 13:01  ntfs\attrsup.c

     文件     242008  2009-06-01 09:14  ntfs\bitmpsup.c

    .......         0  2010-01-26 20:38  ntfs\build.xsl

     文件       7373  2010-01-26 21:08  ntfs\buildchk_wxp_x86.log

     文件      49737  2010-01-26 21:08  ntfs\buildchk_wxp_x86.wrn

     文件        273  2010-01-26 21:08  ntfs\buildchk_wxp_x86.xml

     文件        280  2010-01-26 20:30  ntfs\buildfre_wxp_x86.err

     文件       3290  2010-01-26 20:30  ntfs\buildfre_wxp_x86.log

     文件       1225  2010-01-26 20:30  ntfs\buildfre_wxp_x86.wrn

     文件      42916  2010-01-26 14:35  ntfs\cachesup.c

     文件      23352  1997-08-27 11:41  ntfs\checksup.c

     文件      76337  2009-05-20 13:18  ntfs\cleanup.c

     文件      29683  2009-05-20 09:56  ntfs\close.c

     文件      15536  2009-05-20 10:14  ntfs\colatsup.c

     文件     352499  2009-05-29 11:31  ntfs\create.c

     文件       5275  2009-05-20 13:14  ntfs\devctrl.c

     文件     251718  2009-05-20 10:06  ntfs\deviosup.c

     文件      45901  2009-05-20 13:17  ntfs\dirctrl.c

     文件      68151  2009-05-20 13:17  ntfs\ea.c

     文件      20943  1997-08-27 11:41  ntfs\fieldoff.c

     文件     243602  2009-05-20 13:16  ntfs\fileinfo.c

     文件       8175  2009-05-20 13:02  ntfs\filobsup.c

     文件      54989  2009-05-20 13:12  ntfs\flush.c

     文件     238765  2009-05-31 22:11  ntfs\fsctrl.c

     文件      22349  2009-05-20 13:16  ntfs\fspdisp.c

     文件      50330  2009-05-20 00:14  ntfs\fstiosup.c

     文件       3017  1997-08-27 11:41  ntfs\index.h

     文件     207857  2009-05-20 10:14  ntfs\indexsup.c

............此处省略91个文件信息

评论

共有 条评论