MAP_EXTENT_MFT_RECORD
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
map_extent_mft_record - load an extent inode and attach it to its base
SYNOPSIS
"SYNOPSIS"
MFT_RECORD * map_extent_mft_record (ntfs_inode * base_ni, MFT_REF mref, ntfs_inode ** ntfs_ino);
ARGUMENTS
- base_ni
-
base ntfs inode
- mref
-
mft reference of the extent inode to load (in little endian)
- ntfs_ino
-
on successful return, pointer to the ntfs_inode structure
DESCRIPTION
Load the extent mft record mref and attach it to its base inode base_ni.
Return the mapped extent mft record if IS_ERR(result) is false. Otherwise
PTR_ERR(result) gives the negative error code.
On successful return, ntfs_ino contains a pointer to the ntfs_inode
structure of the mapped extent inode.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:40:55 GMT, October 06, 2005