ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

check.h
Go to the documentation of this file.
00001 /* check.h  -  Check and repair a PC/MS-DOS file system */
00002 
00003 /* Written 1993 by Werner Almesberger */
00004 
00005 
00006 #ifndef _CHECK_H
00007 #define _CHECK_H
00008 
00009 loff_t alloc_rootdir_entry(DOS_FS *fs, DIR_ENT *de, const char *pattern);
00010 
00011 /* Allocate a free slot in the root directory for a new file. The file name is
00012    constructed after 'pattern', which must include a %d type format for VfatPrint
00013    and expand to exactly 11 characters. The name actually used is written into
00014    the 'de' structure, the rest of *de is cleared. The offset returned is to
00015    where in the filesystem the entry belongs. */
00016 
00017 int scan_root(DOS_FS *fs);
00018 
00019 /* Scans the root directory and recurses into all subdirectories. See check.c
00020    for all the details. Returns a non-zero integer if the file system has to
00021    be checked again. */
00022 
00023 #endif

Generated on Sat May 26 2012 04:35:04 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.