linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Write calls
@ 2004-06-23 11:35 Siddhartha Jain
  2004-06-23 15:10 ` David Woodhouse
  0 siblings, 1 reply; 5+ messages in thread
From: Siddhartha Jain @ 2004-06-23 11:35 UTC (permalink / raw)
  To: Linux fs-devel

Hello,

Just want to confirm that the following are the only kernel functions that
are called to write to files(VFS):

- do_sync_write
- vfs_write (calls do_sync_write)
- sys_write (calls vfs_write)
- sys_pwrite64 (calls vfs_write)
- vfs_writev
- sys_writev
- do_readv_writev

Basically, I want to find out the all kernel functions thru which every
write call (not FS dependant) passes.

Disclaimer: I am newbie.


Thanks,

Siddhartha


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-24  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-23 11:35 Write calls Siddhartha Jain
2004-06-23 15:10 ` David Woodhouse
2004-06-23 15:30   ` Siddhartha Jain
2004-06-23 16:47     ` Jamie Lokier
2004-06-24  9:10       ` Siddhartha Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).