Changeset 367 for trunk/kernel/vfs/fatfs.h
- Timestamp:
- Aug 14, 2017, 11:39:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/vfs/fatfs.h
r265 r367 248 248 * This function moves a page from/to the mapper to/from the FATFS file system on device. 249 249 * It must be called by a thread running in cluster containing the mapper. 250 * The pointer on the mapper and the page index in file are registered 251 * in the page descriptor. 250 * The pointer on the mapper and the page index in file are found in the page descriptor. 252 251 * WARNING : The inode field in the mapper must be NULL for the FAT mapper. 253 252 * This is used to implement a specific behaviour to access the FAT zone on device. … … 260 259 bool_t to_mapper ); 261 260 262 263 261 /***************************************************************************************** 264 262 * This function scan an existing parent directory, identified by the <parent> argument, 265 263 * to find a directory entry identified by the <name> argument and update the remote 266 * child inode , identified by the <child_xp> argument.264 * child inode descriptor, identified by the <child_xp> argument. 267 265 * It set the "type", "size", and "extend" (FAT cluster index) fields in child inode. 268 266 * It must be called by a thread running in the cluster containing the parent inode.
Note: See TracChangeset
for help on using the changeset viewer.