NTFS_END_BUFFER_ASYNC_READ

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ntfs_end_buffer_async_read - async io completion for reading attributes  

SYNOPSIS

"SYNOPSIS"

void ntfs_end_buffer_async_read (struct buffer_head * bh, int uptodate);  

ARGUMENTS

bh
buffer head on which io is completed
uptodate
whether bh is now uptodate or not
 

DESCRIPTION

Asynchronous I/O completion handler for reading pages belonging to the attribute address space of an inode. The inodes can either be files or directories or they can be fake inodes describing some attribute.

If NInoMstProtected, perform the post read mst fixups when all IO on the page has been completed and mark the page uptodate or set the error bit on the page. To determine the size of the records that need fixing up, we cheat a little bit by setting the index_block_size in ntfs_inode to the ntfs record size, and index_block_size_bits, to the log(base 2) of the ntfs record size.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:58 GMT, October 06, 2005