[Yaffs] read and write operation

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: S. K.
Date:  
To: yaffs@lists.aleph1.co.uk
New-Topics: [Yaffs] read and write operation.cont
Subject: [Yaffs] read and write operation
Good Day!


I am looking for the serial operations that happen when read and write operation use in a ubuntu system that use yaffs2 as the filesystem.

As I understood, for these operations: os tells to the vfs and the vfs tells to the yaffs to do read or write, then yaffs_file_operations in the yaffs_vfs_multi looks at its structure and call do_sync_read or do_sync_write. these files exist in the kernel and do the read and write operation.

Is there any thing I missing?

Is this sequence explained correctly? If not, would you explain the correct one?



Thanks