LOAD_ATTRIBUTE_LIST
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
load_attribute_list - load an attribute list into memory
SYNOPSIS
"SYNOPSIS"
int load_attribute_list (ntfs_volume * vol, run_list * run_list, u8 * al_start, const s64 size, const s64 initialized_size);
ARGUMENTS
- vol
-
ntfs volume from which to read
- run_list
-
run list of the attribute list
- al_start
-
destination buffer
- size
-
size of the destination buffer in bytes
- initialized_size
-
initialized size of the attribute list
DESCRIPTION
Walk the run list run_list and load all clusters from it copying them into
the linear buffer al. The maximum number of bytes copied to al is size
bytes. Note, size does not need to be a multiple of the cluster size. If
initialized_size is less than size, the region in al between
initialized_size and size will be zeroed and not read from disk.
Return 0 on success or -errno on error.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:44 GMT, October 06, 2005