Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
copying the

data from the mft record (which at this stage is most likely in memory) and fills the remainder with zeroes. Thus, in this case, I/O is synchronous, as even if the mft record is not cached at this point in time, we need to wait for it to be read in before we can do the copy.

Return 0 on success and -errno on error.