Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencheck.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
1.7.6.1
|