Changeset 614 for trunk/kernel/fs/fatfs.h
- Timestamp:
- Jan 15, 2019, 1:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/fatfs.h
r612 r614 29 29 #include <remote_queuelock.h> 30 30 #include <vfs.h> 31 #include <dev_ioc.h> 31 32 32 33 … … 365 366 * and copies from mapper to device each page marked as dirty. 366 367 * WARNING : The target <inode> cannot be a directory, because all modifications in a 367 * directory *are synchronously done on the IOC device by the two fatfs_add_dentry()368 * directory are synchronously done on the IOC device by the two fatfs_add_dentry() 368 369 * and fatfs_remove_dentry() functions. 369 370 ***************************************************************************************** … … 451 452 ***************************************************************************************** 452 453 * @ page_xp : extended pointer on page descriptor. 453 * @ to_mapper : true for device->mapper / false for mapper->device454 * @ cmd_type : IOC_READ / IOC_WRITE / IOC_SYNC_READ / IOC_SYNC_WRITE 454 455 * @ return 0 if success / return EIO if error during device access. 455 456 ****************************************************************************************/ 456 error_t fatfs_move_page( xptr_t page_xp,457 bool_t to_mapper);457 error_t fatfs_move_page( xptr_t page_xp, 458 cmd_type_t cmd_type ); 458 459 459 460
Note: See TracChangeset
for help on using the changeset viewer.