Linux Kernel - Where in the kernel are blocks of data physically written to specific disk partitions

Posted by SpdStr on Stack Overflow See other posts from Stack Overflow or by SpdStr
Published on 2010-04-12T02:16:42Z Indexed on 2010/04/12 2:23 UTC
Read the original article Hit count: 466

I'm modifying the Linux kernel and am trying to find where in the kernel source blocks of data are physically written to disk partitions such as ubd0. Where does this occur in kernel source? The actual physical write call? I cannot find this. Thanks!

© Stack Overflow or respective owner

Related posts about linux-kernel

Related posts about kernel-programming